changeset 709:3bd0d8642ad6

delete blank line
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Sep 2006 13:02:57 +0000
parents 80112026a9c2
children 6875ee9f93c7
files src/http/modules/ngx_http_headers_filter_module.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_headers_filter_module.c	Fri Sep 22 14:46:03 2006 +0000
+++ b/src/http/modules/ngx_http_headers_filter_module.c	Sat Sep 23 13:02:57 2006 +0000
@@ -207,7 +207,6 @@
                     cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T",
                                                 conf->expires)
                                     - cc->value.data;
-
                 }
             }
         }