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