mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Define multi line macros properly
In some cases there's dangling backward slash at the end of multi line macros. While technically the code works, it will stop if some empty lines are removed. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "conf/snapshot_conf.h"
|
||||
|
||||
#define VIRSH_COMMON_OPT_DOMAIN_FULL \
|
||||
VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid")) \
|
||||
VIRSH_COMMON_OPT_DOMAIN(N_("domain name, id or uuid"))
|
||||
|
||||
/* Helper for snapshot-create and snapshot-create-as */
|
||||
static bool
|
||||
|
||||
Reference in New Issue
Block a user