提交 7fba1f7c 编写于 作者: O Osier Yang

src/vbox: Remove the whitespace before ';'

上级 eda9fa64
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册