[libvirt] [PATCH] virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition

Andrea Bolognani abologna at redhat.com
Tue Jan 12 08:22:07 UTC 2016


---
Pushed as trivial and safe for freeze.

 tools/virsh.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/virsh.h b/tools/virsh.h
index 94d012a..8b5e5ba 100644
--- a/tools/virsh.h
+++ b/tools/virsh.h
@@ -78,8 +78,8 @@
 
 # define VIRSH_COMMON_OPT_CONFIG(_helpstr)                        \
     {.name = "config",                                            \
-    .type = VSH_OT_BOOL,                                          \
-    .help = _helpstr                                              \
+     .type = VSH_OT_BOOL,                                         \
+     .help = _helpstr                                             \
     }                                                             \
 
 # define VIRSH_COMMON_OPT_LIVE(_helpstr)                          \
-- 
2.5.0




More information about the libvir-list mailing list