From: Ján Tomko Date: Fri, 17 Jun 2016 17:27:08 +0000 (+0200) Subject: Remove stray space in cmdHelp X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d41d18bcdc6d7ef2ef1b8b069bba48c97339f811;p=libvirt.git Remove stray space in cmdHelp --- diff --git a/tools/vsh.c b/tools/vsh.c index 605c5745c4..8649305b0c 100644 --- a/tools/vsh.c +++ b/tools/vsh.c @@ -2858,7 +2858,7 @@ const vshCmdInfo info_help[] = { bool cmdHelp(vshControl *ctl, const vshCmd *cmd) - { +{ const char *name = NULL; if (vshCommandOptStringQuiet(ctl, cmd, "command", &name) <= 0) {