[master] 147e71d White space fixes
Poul-Henning Kamp
phk at FreeBSD.org
Mon May 19 09:21:31 CEST 2014
commit 147e71d7d378173f81a62c3f861e03981b70ed66
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon May 19 07:21:20 2014 +0000
White space fixes
diff --git a/bin/varnishadm/varnishadm.c b/bin/varnishadm/varnishadm.c
index 4b219de..60f36ba 100644
--- a/bin/varnishadm/varnishadm.c
+++ b/bin/varnishadm/varnishadm.c
@@ -441,9 +441,9 @@ main(int argc, char * const *argv)
/*
* By default linux::getopt(3) mangles the argv order, such that
- * varnishadm -n bla param.set foo -bar
+ * varnishadm -n bla param.set foo -bar
* gets interpreted as
- * varnishadm -n bla -bar param.set foo
+ * varnishadm -n bla -bar param.set foo
* The '+' stops that from happening
* See #1496
*/
diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index b3e8334..b2f3313 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -133,7 +133,7 @@ vmod_blob2hex(const struct vrt_ctx *ctx, VCL_BLOB b)
VCL_BACKEND
vmod_no_backend(const struct vrt_ctx *ctx)
{
-
+
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
return (NULL);
}
More information about the varnish-commit
mailing list