# HG changeset patch # User Maxim Dounin # Date 1343984425 0 # Node ID b07931054bf1cf1448ca9986373a2645c3baae86 # Parent 117f3284e0dea0b65d90eebb4dafc1815908d415 Whitespace fix. diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1820,9 +1820,9 @@ ngx_http_set_etag(ngx_http_request_t *r) { ngx_table_elt_t *etag; ngx_http_core_loc_conf_t *clcf; - + clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); - + if (!clcf->etag) { return NGX_OK; }