comparison 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
comparison
equal deleted inserted replaced
1705:d22095839d86 1706:9242e21d2f8d
3508 } 3508 }
3509 } 3509 }
3510 } 3510 }
3511 3511
3512 hash->hash = &conf->hide_headers_hash; 3512 hash->hash = &conf->hide_headers_hash;
3513 hash->key = ngx_hash_key_lc; 3513 hash->key = ngx_hash_key_lc;
3514 hash->pool = cf->pool; 3514 hash->pool = cf->pool;
3515 hash->temp_pool = NULL; 3515 hash->temp_pool = NULL;
3516 3516
3517 return ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts); 3517 return ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts);
3518 } 3518 }
3519 3519
3520 3520
3521 static void * 3521 static void *