Skip to content

Commit 2052108

Browse files
committed
style: ffi.cdef should not be indented
1 parent ea2e634 commit 2052108

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/resty/core/socket/tcp.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ local FFI_OK = base.FFI_OK
1616

1717
ffi.cdef[[
1818

19-
int
20-
ngx_http_lua_ffi_socket_tcp_setsslctx(ngx_http_request_t *r,
21-
void *u, void *cdata_ctx, char **err);
19+
int ngx_http_lua_ffi_socket_tcp_setsslctx(ngx_http_request_t *r, void *u,
20+
void *cdata_ctx, char **err);
2221

2322
]]
2423

0 commit comments

Comments
 (0)