From: Maxim Dounin Date: Fri, 3 Aug 2012 09:00:25 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: release-1.3.5~20 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=beaed67996788d153f11881ba93973633d9001b5;p=nginx.git Whitespace fix. --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 14dc2cef3..8667ae985 100644 --- 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; }