[libvirt] [PATCHv2 5/5] qemu: command: Fix macro indentation

Peter Krempa pkrempa at redhat.com
Thu Sep 26 08:59:04 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 6a39321..c2ae29a 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -11123,7 +11123,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