[master] ff29e5d White space OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 20 12:31:07 CEST 2016


commit ff29e5d4f1d4a0d066bf98c826953f359d06d92e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 20 10:27:36 2016 +0000

    White space OCD

diff --git a/doc/sphinx/vtc-syntax.py b/doc/sphinx/vtc-syntax.py
index f0601b3..3a14f0d 100644
--- a/doc/sphinx/vtc-syntax.py
+++ b/doc/sphinx/vtc-syntax.py
@@ -68,7 +68,7 @@ def parse_file(fn):
 		c = section.count('.')
 		if c == 0:
 			r = "-"
-		elif c ==1: 
+		elif c ==1:
 			r = "~"
 		else:
 			r = "."



More information about the varnish-commit mailing list