[master] 097c562 Whitespace ocd

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 20 08:37:08 UTC 2017


commit 097c56292708642ee4de8f0f6165434a8a2f7a2d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 20 07:02:30 2017 +0000

    Whitespace ocd

diff --git a/bin/varnishtest/tests/r02433.vtc b/bin/varnishtest/tests/r02433.vtc
index 6815687..b78777e 100644
--- a/bin/varnishtest/tests/r02433.vtc
+++ b/bin/varnishtest/tests/r02433.vtc
@@ -3,11 +3,11 @@ varnishtest "label a cold vcl"
 server s1 { } -start
 
 varnish v1 -vcl+backend {
-        import debug; # can fail a VCL warmup
+	import debug; # can fail a VCL warmup
 
-        sub vcl_recv {
-                return (synth(200));
-        }
+	sub vcl_recv {
+		return (synth(200));
+	}
 } -start
 
 # a dummy vcl to freely use vcl1


More information about the varnish-commit mailing list