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:
parent
133c511b52
commit
46c551fdb4
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user