From 3974e77c71879dda04f7fdc92eb0ff4f647dc1f2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 23 Mar 2015 08:22:31 +0100 Subject: [PATCH] CS --- php_http_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_http_url.c b/php_http_url.c index 14ad6f7..0640aa7 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -1271,7 +1271,7 @@ static const char *parse_query(struct parse_state *state) tmp = ++state->ptr; state->url.query = &state->buffer[state->offset]; - while(state->ptr < state->end) { + while (state->ptr < state->end) { switch (*state->ptr) { case '#': goto done; -- 2.30.2