[libvirt] [PATCHv2 03/23] qemu: command: Fix macro indentation

Peter Krempa pkrempa at redhat.com
Tue Oct 15 12:30:32 UTC 2013


---
 src/qemu/qemu_command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index 9f0e3da..abb62e9 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;                                                    \
     }
-- 
1.8.3.2




More information about the libvir-list mailing list