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); }