[master] 820f0bb2a Whitespace OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 22 07:50:19 UTC 2018


commit 820f0bb2ac17db2a592b1108c80f81fc949742cb
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 22 06:06:57 2018 +0000

    Whitespace OCD

diff --git a/bin/varnishtest/tests/m00048.vtc b/bin/varnishtest/tests/m00048.vtc
index 8f5518d93..bb78fdfae 100644
--- a/bin/varnishtest/tests/m00048.vtc
+++ b/bin/varnishtest/tests/m00048.vtc
@@ -32,7 +32,7 @@ varnish v1 -vcl+backend {
 	sub vcl_backend_response {
 		set beresp.filters = "rot13 rot13a";
 	}
-} 
+}
 
 client c1 {
 	txreq -hdr "Cookie: a"
@@ -47,7 +47,7 @@ varnish v1 -vcl+backend {
 	sub vcl_backend_response {
 		set beresp.filters = "rot13 rot14";
 	}
-} 
+}
 
 client c1 {
 	txreq -hdr "Cookie: a"


More information about the varnish-commit mailing list