Commit 236b544f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix indentation


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@792 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4905ac52
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment