[4.1] a0d628d Correct use of whitespace.

Lasse Karstensen lkarsten at varnish-software.com
Thu Sep 10 14:37:29 CEST 2015


commit a0d628d2a58192ab306e8e186bfea9241de67ef9
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Sep 10 14:24:34 2015 +0200

    Correct use of whitespace.

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index b082da3..0002426 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -109,7 +109,7 @@ $Function VOID collect(HEADER hdr)
 Description
 	Collapses multiple *hdr* headers into one long header.
 
-	Care should be taken when collapsing headers.  In particular
+	Care should be taken when collapsing headers. In particular
 	collapsing Set-Cookie will lead to unexpected results on the
 	browser side.
 Example
diff --git a/lib/libvmod_std/vmod_std_conversions.c b/lib/libvmod_std/vmod_std_conversions.c
index 131c3c1..65df00c 100644
--- a/lib/libvmod_std/vmod_std_conversions.c
+++ b/lib/libvmod_std/vmod_std_conversions.c
@@ -142,7 +142,7 @@ vmod_ip(VRT_CTX, VCL_STRING s, VCL_IP d)
 	p = WS_Alloc(ctx->ws, vsa_suckaddr_len);
 	if (p == NULL) {
 		VSLb(ctx->vsl, SLT_VCL_Error,
-		     "vmod std.ip(): insufficient workspace");
+		    "vmod std.ip(): insufficient workspace");
 		return d;
 	}
 	r = NULL;



More information about the varnish-commit mailing list