mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
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
Block a user