[master] cda8aa3 White-space OCD

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 22 08:19:05 CEST 2017


commit cda8aa396202a4ab2b0adbb725ce26e4faac15e7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 22 06:18:49 2017 +0000

    White-space OCD

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index 263a2b5..591e4f7 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -233,7 +233,7 @@ sp_variables = [
 		The request type (e.g. "GET", "HEAD").
 		"""
 	),
-        ('req.hash',
+	('req.hash',
 		'STRING',
 		('hit', 'miss', 'pass', 'purge', 'deliver', ),
 		(), """
@@ -425,7 +425,7 @@ sp_variables = [
 		The request body.
 		"""
 	),
-        ('bereq.hash',
+	('bereq.hash',
 		'STRING',
 		('pipe', 'backend', ),
 		(), """
diff --git a/lib/libvmod_vtc/vmod.vcc b/lib/libvmod_vtc/vmod.vcc
index a932343..a616c30 100644
--- a/lib/libvmod_vtc/vmod.vcc
+++ b/lib/libvmod_vtc/vmod.vcc
@@ -47,8 +47,8 @@ Not only is it possible to synchronize between test entities, with the
 ``barrier_sync`` function you can even synchronize VCL code::
 
     sub vcl_recv {
-        # wait for some barrier b1 to complete
-        vtc.barrier_sync("${b1_sock}");
+	# wait for some barrier b1 to complete
+	vtc.barrier_sync("${b1_sock}");
     }
 
 If the function fails to synchronize with the barrier for some reason, or if



More information about the varnish-commit mailing list