From: Igor Sysoev Date: Mon, 10 Dec 2007 12:30:09 +0000 (+0000) Subject: style fix: remove trailing spaces X-Git-Tag: release-0.6.22~16 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=3fc85af2fc60736b061acd823980031eb9a6f7cf;p=nginx.git style fix: remove trailing spaces --- 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); }