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:
Martin Kletzander 2018-04-25 14:42:34 +02:00
parent 8aece9bc9c
commit 5298a202ca

View File

@ -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;