Skip to content

Commit

Permalink
fixed coding style issues found by ngx-releng. alas.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 3, 2016
1 parent b99f7e8 commit aafd50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ngx_stream_lua_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1728,10 +1728,10 @@ ngx_stream_lua_run_posted_threads(ngx_connection_t *c, lua_State *L,
/* rc == NGX_ERROR || rc >= NGX_OK */

#if 1
if (rc == NGX_OK) {
ngx_stream_lua_finalize_session(s, NGX_OK);
return NGX_DONE;
}
if (rc == NGX_OK) {
ngx_stream_lua_finalize_session(s, NGX_OK);
return NGX_DONE;
}
#endif

return rc;
Expand Down

0 comments on commit aafd50b

Please sign in to comment.