mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
cfc5c25589
commit
d19c93d127
@ -57,11 +57,11 @@ ngx_http_not_modified_header_filter(ngx_http_request_t *r)
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user