r2627 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Tue Apr 8 17:33:08 CEST 2008


Author: phk
Date: 2008-04-08 17:33:08 +0200 (Tue, 08 Apr 2008)
New Revision: 2627

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_token.c
Log:
Wrap long line


Modified: trunk/varnish-cache/lib/libvcl/vcc_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token.c	2008-04-03 17:15:58 UTC (rev 2626)
+++ trunk/varnish-cache/lib/libvcl/vcc_token.c	2008-04-08 15:33:08 UTC (rev 2627)
@@ -314,7 +314,8 @@
 			if (q < sp->e)
 				continue;
 			vcc_AddToken(tl, EOI, p, p + 2);
-			vsb_printf(tl->sb, "Unterminated /* ... */ comment, starting at\n");
+			vsb_printf(tl->sb,
+			    "Unterminated /* ... */ comment, starting at\n");
 			vcc_ErrWhere(tl, tl->t);
 			return;
 		}




More information about the varnish-commit mailing list