mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +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;
|
len += ngx_http_status_lines[status].len;
|
||||||
|
|
||||||
} else if (status >= NGX_HTTP_BAD_REQUEST
|
} else if (status >= NGX_HTTP_BAD_REQUEST
|
||||||
&& status < NGX_HTTP_LAST_LEVEL_400)
|
&& status < NGX_HTTP_LAST_LEVEL_400)
|
||||||
{
|
{
|
||||||
/* 4XX */
|
/* 4XX */
|
||||||
status = status - NGX_HTTP_BAD_REQUEST
|
status = status - NGX_HTTP_BAD_REQUEST
|
||||||
|
Loading…
Reference in New Issue
Block a user