style fix

This commit is contained in:
Igor Sysoev 2009-01-12 15:36:30 +00:00
parent 303df47fcb
commit 19961d20ce

View File

@ -685,7 +685,7 @@ ngx_slab_alloc_pages(ngx_slab_pool_t *pool, ngx_uint_t pages)
} }
ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, NGX_ENOMEM, ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, NGX_ENOMEM,
"ngx_slab_alloc(): failed"); "ngx_slab_alloc(): failed");
return NULL; return NULL;
} }