[master] a58d59edf White-space nit

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 3 10:38:03 UTC 2019


commit a58d59edf98dfb86c706fd95db289d1130407966
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Aug 26 07:40:48 2019 +0000

    White-space nit

diff --git a/bin/varnishtest/tests/v00005.vtc b/bin/varnishtest/tests/v00005.vtc
index 3fb2e6645..cd70d39c8 100644
--- a/bin/varnishtest/tests/v00005.vtc
+++ b/bin/varnishtest/tests/v00005.vtc
@@ -59,10 +59,10 @@ varnish v1 -errvcl {Probe request redefinition at:} {
 }
 
 varnish v1 -errvcl {Expected CNUM got '"120s"'} {
-        backend default {
-                .host = "127.0.0.1";
-                .probe = {
-                        .timeout = "120s";
-                }
-        }
+	backend default {
+		.host = "127.0.0.1";
+		.probe = {
+			.timeout = "120s";
+		}
+	}
 }


More information about the varnish-commit mailing list