diff src/http/ngx_http_upstream.c @ 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
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c	Mon Dec 10 12:29:43 2007 +0000
+++ b/src/http/ngx_http_upstream.c	Mon Dec 10 12:30:09 2007 +0000
@@ -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);
 }