]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Tue, 31 Oct 2006 12:30:24 +0000 (12:30 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 31 Oct 2006 12:30:24 +0000 (12:30 +0000)
src/http/ngx_http_parse.c

index 241362c98efac63de97c2b03cadf07d55beff47e..3151304a9df485e052897ffff8a31c434b7af8ad 100644 (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;
             }