]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemucapsxml2xmltest: split variable declaration
authorJán Tomko <jtomko@redhat.com>
Tue, 28 Jul 2020 19:59:45 +0000 (21:59 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 05:23:46 +0000 (07:23 +0200)
One variable per line.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
tests/qemucaps2xmltest.c

index 7a5125fea65855fe86213038cdeef77f1698409e..f087b037ce390216fe1e219da9c3a7a668912753 100644 (file)
@@ -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;