[libvirt PATCH 2/6] tests: qemucapsxml2xmltest: split variable declaration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



One variable per line.

Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>
---
 tests/qemucaps2xmltest.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/qemucaps2xmltest.c b/tests/qemucaps2xmltest.c
index 7a5125fea6..f087b037ce 100644
--- a/tests/qemucaps2xmltest.c
+++ b/tests/qemucaps2xmltest.c
@@ -137,7 +137,8 @@ testQemuCapsXML(const void *opaque)
 {
     int ret = -1;
     const testQemuData *data = opaque;
-    char *capsFile = NULL, *xmlFile = NULL;
+    char *capsFile = NULL
+    char *xmlFile = NULL;
     char *capsData = NULL;
     char *capsXml = NULL;
     virCapsPtr capsProvided = NULL;
-- 
2.26.2




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux