diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-10 12:30:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-10 12:30:09 +0000 |
| commit | 3fc85af2fc60736b061acd823980031eb9a6f7cf (patch) | |
| tree | 65cea1570f90cecb5067773887fee5a685a83be2 /src | |
| parent | f2932dcbe561a9e23cdc2f88061a007a7a8cfc08 (diff) | |
| download | nginx-3fc85af2fc60736b061acd823980031eb9a6f7cf.tar.gz nginx-3fc85af2fc60736b061acd823980031eb9a6f7cf.tar.bz2 | |
style fix: remove trailing spaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http_upstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |
