From 012f2823c5fa59fca3aeb93543ebad406c56fc6e Mon Sep 17 00:00:00 2001 From: des Date: Mon, 25 Jun 2007 14:24:49 +0000 Subject: [PATCH] Whitespace nits. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1566 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_vary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5