mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00:00
tests: qemucapsxml2xmltest: split variable declaration
One variable per line. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
parent
871544520f
commit
9669287e85
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user