]> git.kaiwu.me - nginx.git/commitdiff
delete blank line
authorIgor Sysoev <igor@sysoev.ru>
Sat, 23 Sep 2006 13:02:57 +0000 (13:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 23 Sep 2006 13:02:57 +0000 (13:02 +0000)
src/http/modules/ngx_http_headers_filter_module.c

index fcb31a78a986623aba1d17a3e57e14ade295454e..0659910c8ffb7592f51bc6905c57592de54c2983 100644 (file)
@@ -207,7 +207,6 @@ ngx_http_headers_filter(ngx_http_request_t *r)
                     cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T",
                                                 conf->expires)
                                     - cc->value.data;
-
                 }
             }
         }