aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index 31c90bd6f..22a4d290b 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -352,7 +352,8 @@ ngx_add_inherited_sockets(ngx_cycle_t *cycle)
"using inherited sockets from \"%s\"", inherited);
if (ngx_array_init(&cycle->listening, cycle->pool, 10,
- sizeof(ngx_listening_t)) == NGX_ERROR)
+ sizeof(ngx_listening_t))
+ == NGX_ERROR)
{
return NGX_ERROR;
}