# HG changeset patch # User Igor Sysoev # Date 1237737172 0 # Node ID 7162ac8d564f3e645eb4513ae594553a7119d3be # Parent c65755e03084676cbfb621bc5ec66b803ff40a89 style fix: remove tabs diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- 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;