r4637 - in trunk/varnish-cache: bin/varnishadm bin/varnishd lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Wed Mar 24 10:48:25 CET 2010


Author: phk
Date: 2010-03-24 10:48:24 +0100 (Wed, 24 Mar 2010)
New Revision: 4637

Modified:
   trunk/varnish-cache/bin/varnishadm/varnishadm.c
   trunk/varnish-cache/bin/varnishd/mgt_pool.c
   trunk/varnish-cache/lib/libvcl/vcc_parse.c
Log:
White-space fixups



Modified: trunk/varnish-cache/bin/varnishadm/varnishadm.c
===================================================================
--- trunk/varnish-cache/bin/varnishadm/varnishadm.c	2010-03-24 09:23:56 UTC (rev 4636)
+++ trunk/varnish-cache/bin/varnishadm/varnishadm.c	2010-03-24 09:48:24 UTC (rev 4637)
@@ -169,7 +169,7 @@
 		assert(i > 0);
 		if (fds[0].revents & POLLIN) {
 			n = read(fds[0].fd, buf, sizeof buf);
-			if (n == 0) 
+			if (n == 0)
 				exit (0);
 			if (n < 0) {
 				perror("Read error reading CLI socket");
@@ -241,9 +241,9 @@
 	assert(T_arg != NULL);
 	sock = cli_sock(T_arg, S_arg);
 
-	if (argc > 0) 
+	if (argc > 0)
 		do_args(sock, argc, argv);
-	else 
+	else
 		pass(sock);
 
 	exit(0);

Modified: trunk/varnish-cache/bin/varnishd/mgt_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_pool.c	2010-03-24 09:23:56 UTC (rev 4636)
+++ trunk/varnish-cache/bin/varnishd/mgt_pool.c	2010-03-24 09:48:24 UTC (rev 4637)
@@ -68,7 +68,7 @@
 }
 
 /*--------------------------------------------------------------------
- * This is utterly ridiculous:  POSIX does not guarantee that the 
+ * This is utterly ridiculous:  POSIX does not guarantee that the
  * minimum thread stack size is a compile time constant.
  * XXX: "32" is a magic marker for 32bit systems.
  */

Modified: trunk/varnish-cache/lib/libvcl/vcc_parse.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_parse.c	2010-03-24 09:23:56 UTC (rev 4636)
+++ trunk/varnish-cache/lib/libvcl/vcc_parse.c	2010-03-24 09:48:24 UTC (rev 4637)
@@ -569,7 +569,7 @@
 
 /*--------------------------------------------------------------------
  * Top level of parser, recognize:
- * 	Inline C-code
+ *	Inline C-code
  *	ACL definitions
  *	Function definitions
  *	Backend & Director definitions




More information about the varnish-commit mailing list