1
0
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:
Peter Krempa 2013-09-26 10:09:53 +02:00
parent 59ae97b4d5
commit fe1bf917f9

View File

@ -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; \
} }