mirror of https://gitee.com/openkylin/libvirt.git
esx/: Remove spaces after casts
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
76f253d866
commit
9f8d3afdca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue