mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 03:17:17 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
57006fbb13
commit
1f450f5b1f
@ -247,7 +247,7 @@ ngx_http_header_filter(ngx_http_request_t *r)
|
||||
len += ngx_http_status_lines[status].len;
|
||||
|
||||
} else if (status >= NGX_HTTP_BAD_REQUEST
|
||||
&& status < NGX_HTTP_LAST_LEVEL_400)
|
||||
&& status < NGX_HTTP_LAST_LEVEL_400)
|
||||
{
|
||||
/* 4XX */
|
||||
status = status - NGX_HTTP_BAD_REQUEST
|
||||
|
Loading…
Reference in New Issue
Block a user