qemu: command: Fix macro indentation

This commit is contained in:
Peter Krempa 2013-09-26 10:09:53 +02:00
parent 59ae97b4d5
commit fe1bf917f9
1 changed files with 1 additions and 1 deletions

View File

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