提交 4ab45680 编写于 作者: N Nitesh Konkar 提交者: John Ferlan

Fix coding style issues.

Signed-off-by: NNitesh Konkar <nitkon12@linux.vnet.ibm.com>
上级 581b7756
......@@ -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
......
......@@ -435,6 +435,6 @@ typedef nsISupports IKeyboard;
} else { \
result = -1; \
} \
} while(0)
} while (0)
#endif /* VBOX_COMMON_H */
......@@ -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; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册