From 3fc85af2fc60736b061acd823980031eb9a6f7cf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 10 Dec 2007 12:30:09 +0000 Subject: style fix: remove trailing spaces --- src/http/ngx_http_upstream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 8e83cb62a..63f1cf6e4 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -3510,10 +3510,10 @@ ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf, } hash->hash = &conf->hide_headers_hash; - hash->key = ngx_hash_key_lc; + hash->key = ngx_hash_key_lc; hash->pool = cf->pool; hash->temp_pool = NULL; - + return ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts); } -- cgit