diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-22 15:52:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-22 15:52:52 +0000 |
| commit | 1af7090b5091ebbee1cd9354fe8a702e601a8ce0 (patch) | |
| tree | f0d58496a75f5188e17244a2963baeea5077c7a3 | |
| parent | 9bc41a4281703d32e74f416a62592fe2daf93e96 (diff) | |
| download | nginx-1af7090b5091ebbee1cd9354fe8a702e601a8ce0.tar.gz nginx-1af7090b5091ebbee1cd9354fe8a702e601a8ce0.tar.bz2 | |
style fix: remove tabs
| -rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
