mirror of https://gitee.com/openkylin/libvirt.git
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
tests
|
@ -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…
Reference in New Issue