]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Jan 2016 08:09:36 +0000 (09:09 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 12 Jan 2016 08:18:24 +0000 (09:18 +0100)
tools/virsh.h

index 94d012aa367e288bff7d1427f1299ca9c15b73ee..8b5e5ba2020c46ed8b326c76aaf410f462833964 100644 (file)
@@ -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)                          \