summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2016-01-12 09:09:36 +0100
committerAndrea Bolognani <abologna@redhat.com>2016-01-12 09:18:24 +0100
commit46c551fdb41d4f1b8408b5d702df3b029b5906fe (patch)
tree9175742bb9fe7a135af60a09c71810b20ab058ee
parent133c511b5275cfd0a024fe0c62467f494dc62e40 (diff)
downloadlibvirt-46c551fdb41d4f1b8408b5d702df3b029b5906fe.tar.gz
virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition
-rw-r--r--tools/virsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virsh.h b/tools/virsh.h
index 94d012aa36..8b5e5ba202 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) \