Skip to content

Commit aafd50b

Browse files
committed
fixed coding style issues found by ngx-releng. alas.
1 parent b99f7e8 commit aafd50b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ngx_stream_lua_util.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1728,10 +1728,10 @@ ngx_stream_lua_run_posted_threads(ngx_connection_t *c, lua_State *L,
17281728
/* rc == NGX_ERROR || rc >= NGX_OK */
17291729

17301730
#if 1
1731-
if (rc == NGX_OK) {
1732-
ngx_stream_lua_finalize_session(s, NGX_OK);
1733-
return NGX_DONE;
1734-
}
1731+
if (rc == NGX_OK) {
1732+
ngx_stream_lua_finalize_session(s, NGX_OK);
1733+
return NGX_DONE;
1734+
}
17351735
#endif
17361736

17371737
return rc;

0 commit comments

Comments
 (0)