[libvirt] [PATCH] Remove stray space in cmdHelp

Ján Tomko jtomko at redhat.com
Fri Jun 17 17:43:06 UTC 2016


---
 tools/vsh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as trivial.

diff --git a/tools/vsh.c b/tools/vsh.c
index 605c574..8649305 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) {
-- 
2.7.3




More information about the libvir-list mailing list