changeset 2437:8e603804d0c1

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Jan 2009 15:36:30 +0000
parents 26d9d4a41e91
children b4011c9bdcb8
files src/core/ngx_slab.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_slab.c
+++ b/src/core/ngx_slab.c
@@ -685,7 +685,7 @@ ngx_slab_alloc_pages(ngx_slab_pool_t *po
     }
 
     ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, NGX_ENOMEM,
-                      "ngx_slab_alloc(): failed");
+                  "ngx_slab_alloc(): failed");
 
     return NULL;
 }