From: des Date: Mon, 25 Jun 2007 14:24:49 +0000 (+0000) Subject: Whitespace nits. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012f2823c5fa59fca3aeb93543ebad406c56fc6e;p=varnish Whitespace nits. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1566 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_vary.c b/varnish-cache/bin/varnishd/cache_vary.c index 0753b82d..563cd36a 100644 --- a/varnish-cache/bin/varnishd/cache_vary.c +++ b/varnish-cache/bin/varnishd/cache_vary.c @@ -110,8 +110,8 @@ VRY_Create(struct sess *sp) /* Mark as "not present" */ vsb_printf(sb, "%c%c", 0xff, 0xff); } - - while (isspace(*q)) + + while (isspace(*q)) q++; if (*q == '\0') break;