]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 12 Jan 2009 15:36:30 +0000 (15:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 12 Jan 2009 15:36:30 +0000 (15:36 +0000)
src/core/ngx_slab.c

index b187026d885067b01039b8b3236ae94e0fe8be9d..233544b22db3b6d0a5d156fa0fe318341d1c355d 100644 (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_slab_alloc(): failed");
+                  "ngx_slab_alloc(): failed");
 
     return NULL;
 }