summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-10 12:30:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-10 12:30:09 +0000
commit3fc85af2fc60736b061acd823980031eb9a6f7cf (patch)
tree65cea1570f90cecb5067773887fee5a685a83be2 /src
parentf2932dcbe561a9e23cdc2f88061a007a7a8cfc08 (diff)
downloadnginx-3fc85af2fc60736b061acd823980031eb9a6f7cf.tar.gz
nginx-3fc85af2fc60736b061acd823980031eb9a6f7cf.tar.bz2
style fix: remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_upstream.c4
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);
}