# HG changeset patch # User Igor Sysoev # Date 1197289809 0 # Node ID 9242e21d2f8dac00f3d0dcdf254e73abd7b8e4b1 # Parent d22095839d8696e1524d40b1b81de112e8803f60 style fix: remove trailing spaces diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- 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_ } 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); }