From: Igor Sysoev Date: Tue, 31 Oct 2006 12:30:24 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.4.12~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e9b7809178b71b2a6f0d9ad6350427c85ab4dd8b;p=nginx.git style fix --- diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 241362c98..3151304a9 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -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; }