mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: command: Fix macro indentation
This commit is contained in:
@@ -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; \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user