Skip to content

Commit 3ed719e

Browse files
committed
style: fixed long line.
1 parent 0fea325 commit 3ed719e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/resty/core/socket_tcp.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ local table_new = require("table.new")
2020
local table_clear = require("table.clear")
2121

2222
ffi.cdef[[
23-
typedef struct ngx_http_lua_socket_tcp_upstream_s ngx_http_lua_socket_tcp_upstream_t;
23+
typedef struct ngx_http_lua_socket_tcp_upstream_s
24+
ngx_http_lua_socket_tcp_upstream_t;
2425

2526
int ngx_http_lua_ffi_socket_tcp_tlshandshake(ngx_http_request_t *r,
2627
ngx_http_lua_socket_tcp_upstream_t *u, void *sess,

0 commit comments

Comments
 (0)