]> git.kaiwu.me - nginx.git/commitdiff
Whitespace fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 3 Aug 2012 09:00:25 +0000 (09:00 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 3 Aug 2012 09:00:25 +0000 (09:00 +0000)
src/http/ngx_http_core_module.c

index 14dc2cef34b7d8194daa6b155ba086592415f7de..8667ae9858ae9b0ace681283a1c11f9d460a7a48 100644 (file)
@@ -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;
     }