提交 5298a202 编写于 作者: M Martin Kletzander

vmx/: Remove spaces after casts

Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 8aece9bc
......@@ -1309,8 +1309,8 @@ virVMXConfigScanResultsCollector(const char* name,
return -1;
}
if ((int) idx > results->networks_max_index)
results->networks_max_index = (int) idx;
if ((int)idx > results->networks_max_index)
results->networks_max_index = (int)idx;
}
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册