]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove tabs
authorIgor Sysoev <igor@sysoev.ru>
Sun, 22 Mar 2009 15:52:52 +0000 (15:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 22 Mar 2009 15:52:52 +0000 (15:52 +0000)
src/http/ngx_http_core_module.c

index 2d47027ba6cb61d8a93435acfdf5d6ddd3bfe152..4c2f96fc47c351e164a56705c340d7cf13061a52 100644 (file)
@@ -3904,7 +3904,7 @@ ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
         }
 
         err->value = cv;
-       err->args = args;
+        err->args = args;
     }
 
     return NGX_CONF_OK;