]> err.no Git - varnish/commitdiff
Fix indentation
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:03:19 +0000 (07:03 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:03:19 +0000 (07:03 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@792 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_cli.c

index 10345e0e19ba7e436402f15632de6d33b7b1eb1a..323e3f5fe5b0c1b4fd4d639baa863633292d4b9f 100644 (file)
@@ -263,7 +263,7 @@ mgt_cli_callback(struct ev *e, int what)
                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);