[master] c2f91fe wrong kind of white space

Nils Goroll nils.goroll at uplex.de
Mon Aug 18 21:30:25 CEST 2014


commit c2f91fe873989695f133ce11ba97e09e5b059895
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Aug 18 21:30:10 2014 +0200

    wrong kind of white space

diff --git a/bin/varnishtest/tests/v00026.vtc b/bin/varnishtest/tests/v00026.vtc
index 711861d..2b52238 100644
--- a/bin/varnishtest/tests/v00026.vtc
+++ b/bin/varnishtest/tests/v00026.vtc
@@ -33,7 +33,7 @@ varnish v1 -vcl+backend {
 	}
 	sub vcl_backend_fetch {
 		if (bereq.url == "/nohdr") {
-		   	set bereq.backend = h1.backend(bereq.http.Void);
+			set bereq.backend = h1.backend(bereq.http.Void);
 		} else if (bereq.url == "/emptystring") {
 			set bereq.backend = h1.backend("");
 		} else if (bereq.url == "/13") {



More information about the varnish-commit mailing list