From: Ján Tomko Date: Tue, 28 Jul 2020 19:59:45 +0000 (+0200) Subject: tests: qemucapsxml2xmltest: split variable declaration X-Git-Tag: v6.7.0-rc1~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9669287e85d11bb2f9bd684e932da7fdea8c2f5b;p=thirdparty%2Flibvirt.git tests: qemucapsxml2xmltest: split variable declaration One variable per line. Signed-off-by: Ján Tomko Reviewed-by: Laine Stump --- 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;