[master] bf82595 Whitespace CDO

Poul-Henning Kamp phk at FreeBSD.org
Fri Apr 21 18:26:06 CEST 2017


commit bf82595d8ac35fb7c3b550d88dd4a5f4221048e2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Apr 21 07:06:12 2017 +0000

    Whitespace CDO

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 55f601a..d20e82a 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -421,7 +421,7 @@ varnish_launch(struct varnish *v)
 	if (leave_temp) {
 		VSB_cat(vsb, " -p debug=+vsm_keep");
 		VSB_cat(vsb, " -p debug=+vmod_so_keep");
-        }
+	}
 	VSB_printf(vsb, " -l 2m,1m,-");
 	VSB_printf(vsb, " -p auto_restart=off");
 	VSB_printf(vsb, " -p syslog_cli_traffic=off");
@@ -999,7 +999,7 @@ varnish_expect(const struct varnish *v, char * const *av)
  * With:
  *
  * vNAME
- *         Identify the Varnish server with a string, it must starts with 'v'.
+ *	   Identify the Varnish server with a string, it must starts with 'v'.
  *
  * \-arg STRING
  *         Pass an argument to varnishd, for example "-h simple_list".
diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 3bfa0e3..0923fb7 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -114,7 +114,7 @@ Description
 	`false` otherwise.
 Example
 	| if (std.file_exists("/etc/return_503")) {
-	| 	return (synth(503, "Varnish is in maintenance"));
+	|	return (synth(503, "Varnish is in maintenance"));
 	| }
 
 $Function VOID collect(HEADER hdr, STRING sep=", ")



More information about the varnish-commit mailing list