[master] b37ea99 Whitespace ocd

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 12 08:45:08 UTC 2018


commit b37ea9928b3cc7d294b8760fb1eede64c841e477
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 12 08:44:30 2018 +0000

    Whitespace ocd

diff --git a/bin/varnishtest/tests/m00004.vtc b/bin/varnishtest/tests/m00004.vtc
index 70bf0ff..f554a01 100644
--- a/bin/varnishtest/tests/m00004.vtc
+++ b/bin/varnishtest/tests/m00004.vtc
@@ -27,7 +27,7 @@ varnish v1 -vcl+backend {
 		if (bereq.url == "/four") {
 			set beresp.http.served-by
 			    = regsub(std.fileread("${tmpdir}/m00004_file_four"),
-			             "\R$", "");
+				     "\R$", "");
 		}
 	}
 
@@ -43,7 +43,7 @@ varnish v1 -vcl+backend {
 
 	sub vcl_synth {
 		synthetic("Response was served by "
-		          + std.fileread("${tmpdir}/m00004_file_four"));
+			  + std.fileread("${tmpdir}/m00004_file_four"));
 		return(deliver);
 	}
 } -start
@@ -96,7 +96,7 @@ varnish v1 -vcl+backend {
 		if (bereq.url == "/four") {
 			set beresp.http.served-by
 			    = regsub(std.fileread("${tmpdir}/m00004_file_four"),
-			             "\R$", "");
+				     "\R$", "");
 		}
 	}
 
@@ -112,7 +112,7 @@ varnish v1 -vcl+backend {
 
 	sub vcl_synth {
 		synthetic("Response was served by "
-		          + std.fileread("${tmpdir}/m00004_file_four"));
+			  + std.fileread("${tmpdir}/m00004_file_four"));
 		return(deliver);
 	}
 }


More information about the varnish-commit mailing list