[master] 097daab Whitespace OCD

Poul-Henning Kamp phk at FreeBSD.org
Sun May 13 19:01:27 UTC 2018


commit 097daab465288458176a8b74e2e0a52aa53e46a6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun May 13 14:22:21 2018 +0000

    Whitespace OCD

diff --git a/bin/varnishtest/tests/o00005.vtc b/bin/varnishtest/tests/o00005.vtc
index f1e92fc..3ec7a28 100644
--- a/bin/varnishtest/tests/o00005.vtc
+++ b/bin/varnishtest/tests/o00005.vtc
@@ -47,7 +47,7 @@ client c1 {
 		25 00 05  45 43 32 35 36
 		24 00 0a  52 53 41 2d 53 48 41 32 35 36
 		23 00 16  41 45 41 44 2d 41 45 53 31 32 38
-		          2d 47 43 4d 2d 53 48 41 32 35 36
+			  2d 47 43 4d 2d 53 48 41 32 35 36
 	}
 	txreq
 	rxresp
@@ -92,7 +92,7 @@ client c1 {
 		25 00 05  45 43 32 35 36
 		24 00 0a  52 53 41 2d 53 48 41 32 35 36
 		23 00 16  41 45 41 44 2d 41 45 53 31 32 38
-		          2d 47 43 4d 2d 53 48 41 32 35 36
+			  2d 47 43 4d 2d 53 48 41 32 35 36
 	}
 	txreq
 	expect_close
@@ -125,7 +125,7 @@ client c1 {
 		25 00 05  45 43 32 35 36
 		24 00 0a  52 53 41 2d 53 48 41 32 35 36
 		23 00 16  41 45 41 44 2d 41 45 53 31 32 38
-		          2d 47 43 4d 2d 53 48 41 32 35 36
+			  2d 47 43 4d 2d 53 48 41 32 35 36
 		ff ff
 	}
 	txreq
@@ -159,7 +159,7 @@ client c1 {
 		25 00 05  45 43 32 35 36
 		24 00 0a  52 53 41 2d 53 48 41 32 35 36
 		23 00 16  41 45 41 44 2d 41 45 53 31 32 38
-		          2d 47 43 4d 2d 53 48 41 32 35 36
+			  2d 47 43 4d 2d 53 48 41 32 35 36
 	}
 	txreq
 	expect_close
@@ -192,7 +192,7 @@ client c1 {
 		25 00 05  45 43 32 35 36
 		24 00 0a  52 53 41 2d 53 48 41 32 35 36
 		23 00 16  41 45 41 44 2d 41 45 53 31 32 38
-		          2d 47 43 4d 2d 53 48 41 32 35 36
+			  2d 47 43 4d 2d 53 48 41 32 35 36
 	}
 	txreq
 	expect_close
diff --git a/bin/varnishtest/tests/r02649.vtc b/bin/varnishtest/tests/r02649.vtc
index 4ee5e41..71cd348 100644
--- a/bin/varnishtest/tests/r02649.vtc
+++ b/bin/varnishtest/tests/r02649.vtc
@@ -15,4 +15,4 @@ delay 1
 process p1 -expect-exit 0 -stop -wait
 
 # Expect empty stderr output
-shell -match {^[ 	]*0\b} "wc -c ${tmpdir}/p1/stderr"
+shell -match {^[	 ]*0\b} "wc -c ${tmpdir}/p1/stderr"


More information about the varnish-commit mailing list