mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
tests: remove double space
Commit 70255fa5 introduced a double space before the newline-escaping backslash and broke syntax check. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
70255fa596
commit
374777ee74
@ -668,7 +668,7 @@ mymain(void)
|
||||
testCompareXMLToArgv, &info) < 0) \
|
||||
ret = -1; \
|
||||
if (virTestRun("QEMU XML-2-startup-XML " name, \
|
||||
testCompareXMLToStartupXML, &info) < 0) \
|
||||
testCompareXMLToStartupXML, &info) < 0) \
|
||||
ret = -1; \
|
||||
virObjectUnref(info.qemuCaps); \
|
||||
virObjectUnref(info.vm); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user