src/vbox: Remove the whitespace before ';'

This commit is contained in:
Osier Yang 2013-05-21 15:21:18 +08:00
parent eda9fa64a5
commit 7fba1f7cdd

View File

@ -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;