From: phk Date: Fri, 11 Aug 2006 07:03:19 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f375662804f5b41d8e3b29ae3cab8f24d28c6e44;p=varnish Fix indentation git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@792 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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);