changeset 4780:b07931054bf1

Whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 03 Aug 2012 09:00:25 +0000
parents 117f3284e0de
children 814541b2ec23
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }