r1566 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Mon Jun 25 16:24:50 CEST 2007


Author: des
Date: 2007-06-25 16:24:49 +0200 (Mon, 25 Jun 2007)
New Revision: 1566

Modified:
   trunk/varnish-cache/bin/varnishd/cache_vary.c
Log:
Whitespace nits.


Modified: trunk/varnish-cache/bin/varnishd/cache_vary.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vary.c	2007-06-25 14:24:09 UTC (rev 1565)
+++ trunk/varnish-cache/bin/varnishd/cache_vary.c	2007-06-25 14:24:49 UTC (rev 1566)
@@ -110,8 +110,8 @@
 			/* Mark as "not present" */
 			vsb_printf(sb, "%c%c", 0xff, 0xff);
 		}
-		
-		while (isspace(*q)) 
+
+		while (isspace(*q))
 			q++;
 		if (*q == '\0')
 			break;




More information about the varnish-commit mailing list