comparison src/http/ngx_http_core_module.c @ 4780:b07931054bf1

Whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 03 Aug 2012 09:00:25 +0000
parents bdcdbdf35b52
children 6e46016ea276
comparison
equal deleted inserted replaced
4779:117f3284e0de 4780:b07931054bf1
1818 ngx_int_t 1818 ngx_int_t
1819 ngx_http_set_etag(ngx_http_request_t *r) 1819 ngx_http_set_etag(ngx_http_request_t *r)
1820 { 1820 {
1821 ngx_table_elt_t *etag; 1821 ngx_table_elt_t *etag;
1822 ngx_http_core_loc_conf_t *clcf; 1822 ngx_http_core_loc_conf_t *clcf;
1823 1823
1824 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 1824 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
1825 1825
1826 if (!clcf->etag) { 1826 if (!clcf->etag) {
1827 return NGX_OK; 1827 return NGX_OK;
1828 } 1828 }
1829 1829
1830 etag = ngx_list_push(&r->headers_out.headers); 1830 etag = ngx_list_push(&r->headers_out.headers);