diff src/http/modules/ngx_http_not_modified_filter_module.c @ 3854:80cc7c8bb845

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Jan 2011 15:29:53 +0000
parents e6e453203bae
children d620f497c50f
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);
     }