mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
style fix
This commit is contained in:
parent
303df47fcb
commit
19961d20ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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_slab_alloc(): failed");
|
||||
"ngx_slab_alloc(): failed");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue