From: Igor Sysoev Date: Sun, 22 Mar 2009 15:52:52 +0000 (+0000) Subject: style fix: remove tabs X-Git-Tag: release-0.7.44~2 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=1af7090b5091ebbee1cd9354fe8a702e601a8ce0;p=nginx.git style fix: remove tabs --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 2d47027ba..4c2f96fc4 100644 --- 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, ngx_command_t *cmd, void *conf) } err->value = cv; - err->args = args; + err->args = args; } return NGX_CONF_OK;