From aa6936e61a43169bc7ef080e475399f4a514131c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Jun 2010 16:34:54 +0000 Subject: style fix --- src/http/ngx_http_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f5be2f0e2..949006b47 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -272,7 +272,7 @@ ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b) /* space* before URI */ case sw_spaces_before_uri: - if (ch == '/' ){ + if (ch == '/') { r->uri_start = p; state = sw_after_slash_in_uri; break; -- cgit