changeset 1706:9242e21d2f8d

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Dec 2007 12:30:09 +0000
parents d22095839d86
children f3188f6eae1f
files src/http/ngx_http_upstream.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }