[master] 6549d73d7 Whitespace OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 11 11:49:07 UTC 2019


commit 6549d73d7548314d5a60e354ea0e0619fc2a7076
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 11 11:47:43 2019 +0000

    Whitespace OCD

diff --git a/bin/varnishd/cache/cache_wrk.c b/bin/varnishd/cache/cache_wrk.c
index ffa63deba..ce450584e 100644
--- a/bin/varnishd/cache/cache_wrk.c
+++ b/bin/varnishd/cache/cache_wrk.c
@@ -634,8 +634,8 @@ debug_reqpoolfail(struct cli *cli, const char * const *av, void *priv)
 	uintmax_t u = 1;
 	const char *p;
 
-        (void)priv;
-        (void)cli;
+	(void)priv;
+	(void)cli;
 	reqpoolfail = 0;
 	for (p = av[2]; *p != '\0'; p++) {
 		if (*p == 'F' || *p == 'f')
@@ -657,6 +657,6 @@ void
 WRK_Init(void)
 {
 
-        CLI_AddFuncs(debug_cmds);
+	CLI_AddFuncs(debug_cmds);
 }
 
diff --git a/bin/varnishtest/tests/r02934.vtc b/bin/varnishtest/tests/r02934.vtc
index ac607b667..923baf47c 100644
--- a/bin/varnishtest/tests/r02934.vtc
+++ b/bin/varnishtest/tests/r02934.vtc
@@ -3,7 +3,7 @@ varnishtest "Bug in CONTINUATION flags when no sendbody"
 server s1 {
 	rxreq
 	expect req.proto == HTTP/1.1
-	txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100 
+	txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100
 
 } -start
 
@@ -19,7 +19,7 @@ client c1 {
 		rxsettings
 	} -run
 	stream 1 {
-		txreq -req HEAD 
+		txreq -req HEAD
 		rxresp
 		expect resp.status == 200
 		expect resp.http.content-Type == "text/plain"


More information about the varnish-commit mailing list