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

Ján Tomko jtomko at redhat.com
Tue Jul 28 23:43:17 UTC 2020


One variable per line.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 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




More information about the libvir-list mailing list