mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
src/vbox: Remove the whitespace before ';'
This commit is contained in:
parent
eda9fa64a5
commit
7fba1f7cdd
@ -3478,7 +3478,7 @@ static int vboxConnectListDefinedDomains(virConnectPtr conn, char ** const names
|
||||
if (VIR_STRDUP(names[j], machineName) < 0) {
|
||||
VBOX_UTF16_FREE(machineNameUtf16);
|
||||
VBOX_UTF8_FREE(machineName);
|
||||
for (; j >= 0 ; j--)
|
||||
for (; j >= 0; j--)
|
||||
VIR_FREE(names[j]);
|
||||
ret = -1;
|
||||
goto cleanup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user