[master] 58be184 Whitespace OCD

Poul-Henning Kamp phk at FreeBSD.org
Tue May 29 12:18:23 UTC 2018


commit 58be1848df977a337239d5304d34cb97b2e471c3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 29 09:56:58 2018 +0000

    Whitespace OCD

diff --git a/bin/varnishtest/tests/r02686.vtc b/bin/varnishtest/tests/r02686.vtc
index 53d1aa1..eb85b99 100644
--- a/bin/varnishtest/tests/r02686.vtc
+++ b/bin/varnishtest/tests/r02686.vtc
@@ -1,15 +1,15 @@
 varnishtest "varnishtop -1/-d"
 
 server s1 {
-        rxreq
-        txresp
+	rxreq
+	txresp
 } -start
 
 varnish v1 -vcl+backend { } -start
 
 client c1 {
-        txreq
-        rxresp
+	txreq
+	rxresp
 } -run
 
 process p1 -dump {varnishtop -n ${v1_name} -d -i ReqMethod} -start


More information about the varnish-commit mailing list