From f375662804f5b41d8e3b29ae3cab8f24d28c6e44 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 11 Aug 2006 07:03:19 +0000 Subject: [PATCH] Fix indentation git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@792 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/mgt_cli.c b/varnish-cache/bin/varnishd/mgt_cli.c index 10345e0e..323e3f5f 100644 --- a/varnish-cache/bin/varnishd/mgt_cli.c +++ b/varnish-cache/bin/varnishd/mgt_cli.c @@ -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); -- 2.39.5