Skip to content

Commit 8966382

Browse files
style: fixed a minor styling issue in 'ngx_http_lua_initworkerby.c'.
1 parent efd2841 commit 8966382

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ngx_http_lua_initworkerby.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ ngx_http_lua_init_worker(ngx_cycle_t *cycle)
6767
return NGX_OK;
6868
}
6969

70-
#ifdef HAVE_NGX_LUA_PIPE
70+
# ifdef HAVE_NGX_LUA_PIPE
7171
if (ngx_http_lua_pipe_add_signal_handler(cycle) != NGX_OK) {
7272
return NGX_ERROR;
7373
}
74-
#endif
74+
# endif
7575

7676
#endif /* NGX_WIN32 */
7777

@@ -351,3 +351,6 @@ ngx_http_lua_log_init_worker_error(ngx_log_t *log, u_char *buf, size_t len)
351351

352352
return ngx_snprintf(buf, len, ", context: init_worker_by_lua*");
353353
}
354+
355+
356+
/* vi:set ft=c ts=4 sw=4 et fdm=marker: */

0 commit comments

Comments
 (0)