diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-03 09:00:25 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-03 09:00:25 +0000 |
commit | beaed67996788d153f11881ba93973633d9001b5 (patch) | |
tree | 427f8f4b29113811e91b11ea43afe2180ef23f63 /src | |
parent | 49e6d2c95f27707de08886ad29e213a09ff3bedd (diff) | |
download | nginx-beaed67996788d153f11881ba93973633d9001b5.tar.gz nginx-beaed67996788d153f11881ba93973633d9001b5.zip |
Whitespace fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_core_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |