Remove empty spaces causing the build to fail

This commit is contained in:
NuxRo 2016-04-27 19:15:02 +01:00
parent 42de1f81ed
commit 108b3517af

View File

@ -2625,7 +2625,7 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
final Connect conn = LibvirtConnection.getConnection();
final NodeInfo hosts = conn.nodeInfo();
speed = getCpuSpeed(hosts);
/*
* Some CPUs report a single socket and multiple NUMA cells.
* We need to multiply them to get the correct socket count.