mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 21:17:54 +03:00
virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition
This commit is contained in:
parent
133c511b52
commit
46c551fdb4
@ -78,8 +78,8 @@
|
|||||||
|
|
||||||
# define VIRSH_COMMON_OPT_CONFIG(_helpstr) \
|
# define VIRSH_COMMON_OPT_CONFIG(_helpstr) \
|
||||||
{.name = "config", \
|
{.name = "config", \
|
||||||
.type = VSH_OT_BOOL, \
|
.type = VSH_OT_BOOL, \
|
||||||
.help = _helpstr \
|
.help = _helpstr \
|
||||||
} \
|
} \
|
||||||
|
|
||||||
# define VIRSH_COMMON_OPT_LIVE(_helpstr) \
|
# define VIRSH_COMMON_OPT_LIVE(_helpstr) \
|
||||||
|
Loading…
Reference in New Issue
Block a user