commit | 3fc85af2fc60736b061acd823980031eb9a6f7cf | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Dec 10 12:30:09 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Dec 10 12:30:09 2007 +0000 |
tree | 65cea1570f90cecb5067773887fee5a685a83be2 | |
parent | f2932dcbe561a9e23cdc2f88061a007a7a8cfc08 [diff] |
style fix: remove trailing spaces
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 8e83cb6..63f1cf6 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c
@@ -3510,10 +3510,10 @@ } 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); }