Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Jun 5, 2015
1 parent 99b2c89 commit e041efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/event/ngx_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,9 @@ ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)

*cf = pcf;

if (rv != NGX_CONF_OK)
if (rv != NGX_CONF_OK) {
return rv;
}

for (i = 0; ngx_modules[i]; i++) {
if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
Expand Down

0 comments on commit e041efc

Please sign in to comment.