[master] 7970b7e White space nits

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 12 22:10:35 CET 2015


commit 7970b7ed02047330d9dcb4b650cf882c67cacf6c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 12 21:06:38 2015 +0000

    White space nits

diff --git a/bin/varnishtest/tests/r01644.vtc b/bin/varnishtest/tests/r01644.vtc
index f845213..90728a0 100644
--- a/bin/varnishtest/tests/r01644.vtc
+++ b/bin/varnishtest/tests/r01644.vtc
@@ -7,7 +7,7 @@ server s1 {
 } -start
 
 varnish v1 -vcl+backend {
-	
+
 	import ${vmod_debug};
 
 	sub vcl_deliver {
@@ -19,7 +19,7 @@ varnish v1 -vcl+backend {
 varnish v1 -cliok "param.set pcre_match_limit 100"
 
 client c1 {
-	txreq 
+	txreq
 	rxresp
 	expect resp.http.foo == 100
 } -run
@@ -27,7 +27,7 @@ client c1 {
 varnish v1 -cliok "param.set pcre_match_limit 200"
 
 client c1 {
-	txreq 
+	txreq
 	rxresp
 	expect resp.http.foo == 200
 } -run
diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 627ec14..c5d7c45 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -224,7 +224,7 @@ Description
 	Note that the comparison is case sensitive.
 Example
 	| if (std.strstr(req.url, req.http.x-restrict)) {
-	|	...
+	|     ...
 	| }
 
 $Function TIME time(STRING s, TIME fallback)
@@ -243,7 +243,7 @@ Description
 	| "784111777"
 Example
 	| if (std.time(resp.http.last-modified, now) < now - 1w) {
-	| 	...
+	|     ...
 	| }
 
 



More information about the varnish-commit mailing list