]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove stray space in cmdHelp
authorJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 17:27:08 +0000 (19:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 17:39:25 +0000 (19:39 +0200)
tools/vsh.c

index 605c5745c4a2778bd0c2a5e73817169c5ad759d9..8649305b0cb0f678f47b064e40f04109fec14d31 100644 (file)
@@ -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) {