Skip to content

Commit 92c351a

Browse files
style: fixed code style.
1 parent 566df41 commit 92c351a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/ngx_stream_lua_proxy_ssl_certby.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#if (NGX_STREAM_SSL)
1313
#ifdef HAVE_PROXY_SSL_PATCH
1414

15-
/* do not introduce ngx_stream_proxy_module to pollute ngx_stream_lua_module.c */
15+
/* do not introduce ngx_stream_proxy_module
16+
* to pollute ngx_stream_lua_module.c
17+
*/
1618
extern ngx_module_t ngx_stream_proxy_module;
1719

1820
ngx_int_t ngx_stream_lua_proxy_ssl_cert_handler_inline(

src/ngx_stream_lua_socket_tcp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,8 +1772,6 @@ ngx_stream_lua_ffi_socket_tcp_get_ssl_ctx(
17721772
}
17731773

17741774

1775-
1776-
17771775
static int
17781776
ngx_stream_lua_socket_tcp_get_ssl_session(lua_State *L)
17791777
{

src/ngx_stream_lua_socket_udp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,9 @@ ngx_stream_lua_udp_connect(ngx_stream_lua_socket_udp_upstream_t *u)
17971797
}
17981798

17991799
#if (NGX_STREAM_LUA_HAVE_SO_PASSCRED)
1800+
18001801
connect:
1802+
18011803
#endif
18021804

18031805
ngx_log_debug3(NGX_LOG_DEBUG_EVENT, &uc->log, 0,

0 commit comments

Comments
 (0)