mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
style fix: remove trailing spaces
This commit is contained in:
parent
57006fbb13
commit
1f450f5b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue