mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((int) idx > results->networks_max_index)
|
if ((int)idx > results->networks_max_index)
|
||||||
results->networks_max_index = (int) idx;
|
results->networks_max_index = (int)idx;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user