mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
vmx/: 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
8aece9bc9c
commit
5298a202ca
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user