提交 9f8d3afd 编写于 作者: M Martin Kletzander

esx/: Remove spaces after casts

Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 76f253d8
......@@ -3981,7 +3981,7 @@ esxNodeGetFreeMemory(virConnectPtr conn)
goto cleanup;
}
usageBytes = (unsigned long long) (memoryUsage->value) * 1048576;
usageBytes = (unsigned long long)(memoryUsage->value) * 1048576;
result = memorySize->value - usageBytes;
cleanup:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册