style fix

This commit is contained in:
Igor Sysoev 2006-10-31 12:30:24 +00:00
parent bc808a7bab
commit e9b7809178

View File

@ -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;
}