[master] 6aca214 white space

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 9 01:19:12 CET 2016


commit 6aca2141267bdb19a1e280b550d8067b266b057e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 8 21:38:09 2016 +0000

    white space

diff --git a/bin/varnishd/storage/mgt_stevedore.c b/bin/varnishd/storage/mgt_stevedore.c
index 920a4a2..b2acaa8 100644
--- a/bin/varnishd/storage/mgt_stevedore.c
+++ b/bin/varnishd/storage/mgt_stevedore.c
@@ -92,14 +92,12 @@ smp_fake_init(struct stevedore *parent, int ac, char * const *av)
 	);
 }
 
-
 static const struct stevedore smp_fake_stevedore = {
 	.magic = STEVEDORE_MAGIC,
 	.name = "deprecated_persistent",
 	.init = smp_fake_init,
 };
 
-
 /*--------------------------------------------------------------------
  * Parse a stevedore argument on the form:
  *	[ name '=' ] strategy [ ',' arg ] *



More information about the varnish-commit mailing list