]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: command: Fix macro indentation
authorPeter Krempa <pkrempa@redhat.com>
Thu, 26 Sep 2013 08:09:53 +0000 (10:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Oct 2013 14:46:41 +0000 (16:46 +0200)
src/qemu/qemu_command.c

index 9f0e3da9ecf2b25cf0a2e7481eb4989eb14e75cc..abb62e923678a750eaa20327967cb541c30e3000 100644 (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;                                                    \
     }