mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 00:42:40 +08:00
Style.
This commit is contained in:
parent
99b2c89404
commit
e041efc306
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user