[master] 7d7b413 White-space OCD

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 23 09:49:24 CEST 2014


commit 7d7b41374b36b7b305e6deb3b8c57eb9854bac14
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 23 07:49:16 2014 +0000

    White-space OCD

diff --git a/bin/varnishtest/tests/m00018.vtc b/bin/varnishtest/tests/m00018.vtc
index b51ed18..e2b501d 100644
--- a/bin/varnishtest/tests/m00018.vtc
+++ b/bin/varnishtest/tests/m00018.vtc
@@ -13,11 +13,11 @@ varnish v1 -vcl+backend {
 
 	sub vcl_deliver {
 	    if (std.strstr(req.url, "foo")) {
-		set resp.http.sub = "found";	
+		set resp.http.sub = "found";
 	    } else {
-		set resp.http.sub = "not found";	
+		set resp.http.sub = "not found";
 	    }
-		
+
 	}
 } -start
 



More information about the varnish-commit mailing list