From e9b7809178b71b2a6f0d9ad6350427c85ab4dd8b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 31 Oct 2006 12:30:24 +0000 Subject: style fix --- src/http/ngx_http_parse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/http/ngx_http_parse.c') 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; } -- cgit