mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
style fix
This commit is contained in:
parent
bc808a7bab
commit
e9b7809178
@ -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…
Reference in New Issue
Block a user