commit | e9b7809178b71b2a6f0d9ad6350427c85ab4dd8b | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Oct 31 12:30:24 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Oct 31 12:30:24 2006 +0000 |
tree | 108a1d1ac31483d51b2e1a25da8dbdd170938548 | |
parent | bc808a7babccb2c8bdc69a7dce1bc9b217190e49 [diff] [blame] |
style fix
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 241362c..3151304 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -209,8 +209,7 @@ break; } - if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-') - { + if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-') { break; }