changeset 2591:7162ac8d564f

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Mar 2009 15:52:52 +0000
parents c65755e03084
children 3a8a53c0c42f
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -3904,7 +3904,7 @@ ngx_http_core_error_page(ngx_conf_t *cf,
         }
 
         err->value = cv;
-	err->args = args;
+        err->args = args;
     }
 
     return NGX_CONF_OK;