r5144 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Sat Aug 28 01:48:10 CEST 2010


Author: phk
Date: 2010-08-28 01:48:10 +0200 (Sat, 28 Aug 2010)
New Revision: 5144

Modified:
   trunk/varnish-cache/lib/libvcl/generate.py
Log:
Gah, so much for testing trivial changes before commit.



Modified: trunk/varnish-cache/lib/libvcl/generate.py
===================================================================
--- trunk/varnish-cache/lib/libvcl/generate.py	2010-08-27 18:43:20 UTC (rev 5143)
+++ trunk/varnish-cache/lib/libvcl/generate.py	2010-08-27 23:48:10 UTC (rev 5144)
@@ -524,7 +524,8 @@
 			x = 0
 	if x != 0:
 		fo.write("\"")
-	fo.write(";\n")
+	if l != 0:
+		fo.write("\t);\n")
 
 #######################################################################
 




More information about the varnish-commit mailing list