[master] 4454f75d2 White space OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 10 09:15:08 UTC 2020


commit 4454f75d200c03c12841377cec03c3293d892780
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 10 09:14:24 2020 +0000

    White space OCD

diff --git a/bin/varnishadm/varnishadm.c b/bin/varnishadm/varnishadm.c
index 71c82d2a3..ba8797c7c 100644
--- a/bin/varnishadm/varnishadm.c
+++ b/bin/varnishadm/varnishadm.c
@@ -260,7 +260,7 @@ pass_answer(int fd)
 		printf("%s\n", answer);
 		free(answer);
 	}
-        if (status == CLIS_TRUNCATED)
+	if (status == CLIS_TRUNCATED)
 		printf("[response was truncated]\n");
 	(void)fflush(stdout);
 }
diff --git a/bin/varnishtest/tests/m00003.vtc b/bin/varnishtest/tests/m00003.vtc
index 3dd8a12d6..d6e8b571e 100644
--- a/bin/varnishtest/tests/m00003.vtc
+++ b/bin/varnishtest/tests/m00003.vtc
@@ -10,7 +10,7 @@ server s1 {
 shell {
 	echo "vcl 4.1; import std; backend dummy None;" >${tmpdir}/test.vcl
 	varnishd -pvmod_path=${topbuild}/lib/libvmod_std/.libs \
-	         -C -f ${tmpdir}/test.vcl 2>/dev/null
+		 -C -f ${tmpdir}/test.vcl 2>/dev/null
 }
 
 varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" -vcl+backend {


More information about the varnish-commit mailing list