Skip to content

Commit

Permalink
style: fixed misaligned {. #f93f847
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Sep 1, 2017
1 parent ec411d0 commit 8ecfd09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ngx_stream_lua_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ ngx_stream_lua_ngx_exit(lua_State *L)
ngx_log_debug1(NGX_LOG_DEBUG_STREAM, r->connection->log, 0,
"lua exit with code %i", ctx->exit_code);

if (ctx->context & NGX_STREAM_LUA_CONTEXT_BALANCER)
{
if (ctx->context & NGX_STREAM_LUA_CONTEXT_BALANCER) {
return 0;
}

Expand Down

0 comments on commit 8ecfd09

Please sign in to comment.