[libvirt] [PATCH] Fix coding style issues.

Nitesh Konkar niteshkonkar.libvirt at gmail.com
Mon Sep 26 19:01:27 UTC 2016


Signed-off-by: Nitesh Konkar <nitkon12 at linux.vnet.ibm.com>
---
 src/uml/uml_conf.h          | 2 +-
 src/vbox/vbox_common.h      | 2 +-
 tests/qemumonitorjsontest.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/uml/uml_conf.h b/src/uml/uml_conf.h
index 9a45d10..5da55e5 100644
--- a/src/uml/uml_conf.h
+++ b/src/uml/uml_conf.h
@@ -35,7 +35,7 @@
 # include "vircommand.h"
 # include "virhash.h"
 
-# define umlDebug(fmt, ...) do {} while(0)
+# define umlDebug(fmt, ...) do {} while (0)
 
 # define UML_CPUMASK_LEN CPU_SETSIZE
 
diff --git a/src/vbox/vbox_common.h b/src/vbox/vbox_common.h
index c8787c3..b178878 100644
--- a/src/vbox/vbox_common.h
+++ b/src/vbox/vbox_common.h
@@ -435,6 +435,6 @@ typedef nsISupports IKeyboard;
         } else {                                                        \
             result = -1;                                                \
         }                                                               \
-    } while(0)
+    } while (0)
 
 #endif /* VBOX_COMMON_H */
diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c
index cbc39c6..9823a9d 100644
--- a/tests/qemumonitorjsontest.c
+++ b/tests/qemumonitorjsontest.c
@@ -721,7 +721,7 @@ testQemuMonitorJSONAttachChardev(const void *data)
         goto cleanup;                                               \
     if (qemuMonitorAttachCharDev(qemuMonitorTestGetMonitor(test),   \
                                      chrID, &chr) < 0)              \
-        ret = fail ? ret  : -1;                                     \
+        ret = fail ? ret : -1;                                     \
     else                                                            \
         ret = fail ? -1 : ret;                                      \
 
-- 
2.1.0




More information about the libvir-list mailing list