From: Peter Krempa Date: Thu, 26 Sep 2013 08:09:53 +0000 (+0200) Subject: qemu: command: Fix macro indentation X-Git-Tag: CVE-2013-4401~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1bf917f98e41dec7a51557068714e53b455f3a;p=thirdparty%2Flibvirt.git qemu: command: Fix macro indentation --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 9f0e3da9ec..abb62e9236 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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; \ }