Commit 37719087 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Whitespace nits.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1566 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent eabee665
...@@ -110,8 +110,8 @@ VRY_Create(struct sess *sp) ...@@ -110,8 +110,8 @@ VRY_Create(struct sess *sp)
/* Mark as "not present" */ /* Mark as "not present" */
vsb_printf(sb, "%c%c", 0xff, 0xff); vsb_printf(sb, "%c%c", 0xff, 0xff);
} }
while (isspace(*q)) while (isspace(*q))
q++; q++;
if (*q == '\0') if (*q == '\0')
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment