mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: command: Fix macro indentation
This commit is contained in:
parent
59ae97b4d5
commit
fe1bf917f9
@ -11125,7 +11125,7 @@ qemuParseCommandLine(virCapsPtr qemuCaps,
|
|||||||
#define WANT_VALUE() \
|
#define WANT_VALUE() \
|
||||||
const char *val = progargv[++i]; \
|
const char *val = progargv[++i]; \
|
||||||
if (!val) { \
|
if (!val) { \
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, \
|
virReportError(VIR_ERR_INTERNAL_ERROR, \
|
||||||
_("missing value for %s argument"), arg); \
|
_("missing value for %s argument"), arg); \
|
||||||
goto error; \
|
goto error; \
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user