Whitespace fix.
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 14dc2ce..8667ae9 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -1820,9 +1820,9 @@
 {
     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;
     }