r792 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 11 09:03:19 CEST 2006


Author: phk
Date: 2006-08-11 09:03:19 +0200 (Fri, 11 Aug 2006)
New Revision: 792

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_cli.c
Log:
Fix indentation


Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-08-11 07:02:05 UTC (rev 791)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-08-11 07:03:19 UTC (rev 792)
@@ -263,7 +263,7 @@
 		if (p == NULL)
 			return (0);
 		*p = '\0';
-fprintf(stderr, "CLI <%s>\n", cp->buf);
+		fprintf(stderr, "CLI <%s>\n", cp->buf);
 		vsb_clear(cp->cli->sb);
 		cli_dispatch(cp->cli, cli_proto, cp->buf);
 		vsb_finish(cp->cli->sb);




More information about the varnish-commit mailing list