diff src/http/ngx_http_parse.c @ 3642:ac33852faaac

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents e4cabc48b862
children e5df04b05e75 4919fb357a5d
line wrap: on
line diff
--- a/src/http/ngx_http_parse.c	Wed Jun 23 15:31:33 2010 +0000
+++ b/src/http/ngx_http_parse.c	Wed Jun 23 16:34:54 2010 +0000
@@ -272,7 +272,7 @@
         /* space* before URI */
         case sw_spaces_before_uri:
 
-            if (ch == '/' ){
+            if (ch == '/') {
                 r->uri_start = p;
                 state = sw_after_slash_in_uri;
                 break;