1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition

This commit is contained in:
Andrea Bolognani 2016-01-12 09:09:36 +01:00
parent 133c511b52
commit 46c551fdb4

View 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) \