r2878 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 7 18:33:58 CEST 2008


Author: phk
Date: 2008-07-07 18:33:57 +0200 (Mon, 07 Jul 2008)
New Revision: 2878

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
White space fix



Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2008-07-01 19:31:53 UTC (rev 2877)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2008-07-07 16:33:57 UTC (rev 2878)
@@ -198,7 +198,7 @@
 		if (params->sess_timeout != tv_rcvtimeo.tv_sec) {
 			need_test = 1;
 			tv_rcvtimeo.tv_sec = params->sess_timeout;
-			VTAILQ_FOREACH(ls, &heritage.socks, list)  {
+			VTAILQ_FOREACH(ls, &heritage.socks, list) {
 				if (ls->sock < 0)
 					continue;
 				AZ(setsockopt(ls->sock, SOL_SOCKET,
@@ -356,7 +356,7 @@
 	if (!strcmp(arg, "default")) {
 		vca_act = NULL;
 		return;
-	} 
+	}
 	for (i = 0; vca_acceptors[i]->name; i++) {
 		if (!strcmp(arg, vca_acceptors[i]->name)) {
 			vca_act = vca_acceptors[i];




More information about the varnish-commit mailing list