mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
style fix
This commit is contained in:
parent
bc808a7bab
commit
e9b7809178
1 changed files with 1 additions and 2 deletions
|
|
@ -209,8 +209,7 @@ ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b)
|
|||
break;
|
||||
}
|
||||
|
||||
if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-')
|
||||
{
|
||||
if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-') {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue