diff src/http/ngx_http_core_module.c @ 2591:7162ac8d564f

style fix: remove tabs
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Mar 2009 15:52:52 +0000
parents 859f6675a553
children 3a8a53c0c42f
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;