[nginx] svn commit: r4781 - trunk/src/http
mdounin at mdounin.ru
mdounin at mdounin.ru
Fri Aug 3 09:00:26 UTC 2012
Author: mdounin
Date: 2012-08-03 09:00:25 +0000 (Fri, 03 Aug 2012)
New Revision: 4781
URL: http://trac.nginx.org/nginx/changeset/4781/nginx
Log:
Whitespace fix.
Modified:
trunk/src/http/ngx_http_core_module.c
Modified: trunk/src/http/ngx_http_core_module.c
===================================================================
--- trunk/src/http/ngx_http_core_module.c 2012-08-02 14:58:36 UTC (rev 4780)
+++ trunk/src/http/ngx_http_core_module.c 2012-08-03 09:00:25 UTC (rev 4781)
@@ -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;
}
More information about the nginx-devel
mailing list