changeset 832:fe681917a24d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 Oct 2006 12:30:24 +0000
parents 82742d66547a
children dbc6819acfcc
files src/http/ngx_http_parse.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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_req
                 break;
             }
 
-            if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-')
-            {
+            if ((ch >= '0' && ch <= '9') || ch == '.' || ch == '-') {
                 break;
             }