changeset 3854:80cc7c8bb845

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Jan 2011 15:29:53 +0000
parents 57d2533f98b3
children 6c5f2ba0397d
files src/http/modules/ngx_http_not_modified_filter_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_not_modified_filter_module.c
+++ b/src/http/modules/ngx_http_not_modified_filter_module.c
@@ -57,11 +57,11 @@ ngx_http_not_modified_header_filter(ngx_
     {
         return ngx_http_next_header_filter(r);
     }
- 
+
     if (r->headers_in.if_unmodified_since) {
         return ngx_http_test_precondition(r);
     }
- 
+
     if (r->headers_in.if_modified_since) {
         return ngx_http_test_not_modified(r);
     }