# HG changeset patch # User Igor Sysoev # Date 1295537393 0 # Node ID 80cc7c8bb845a70652a84247e05e850bf7adddd3 # Parent 57d2533f98b3a96ebaeba9e77f5e4291d1163c6b style fix: remove trailing spaces diff --git a/src/http/modules/ngx_http_not_modified_filter_module.c b/src/http/modules/ngx_http_not_modified_filter_module.c --- 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); }