[master] faf45b5 white space nit

Poul-Henning Kamp phk at FreeBSD.org
Mon Jul 6 22:39:46 CEST 2015


commit faf45b5429b8f6f8302db81472a2d716b5280e77
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jul 6 20:01:20 2015 +0000

    white space nit

diff --git a/bin/varnishd/waiter/cache_waiter_ports.c b/bin/varnishd/waiter/cache_waiter_ports.c
index 20a636c..b12cea3 100644
--- a/bin/varnishd/waiter/cache_waiter_ports.c
+++ b/bin/varnishd/waiter/cache_waiter_ports.c
@@ -263,7 +263,7 @@ const struct waiter_impl waiter_ports = {
 	.name =		"ports",
 	.init =		vws_init,
 	.fini =		vws_fini,
-	.enter =		vws_enter,
+	.enter =	vws_enter,
 	.size =		sizeof(struct vws),
 };
 



More information about the varnish-commit mailing list