Cleanup: Remove one trailing whitespace.

This commit is contained in:
Michael Lotz 2018-01-05 22:36:19 +01:00
parent b152a7d017
commit 3084a7000f

View File

@ -170,7 +170,7 @@ ThreadData::ChooseCoreAndCPU(CoreEntry*& targetCore, CPUEntry*& targetCPU)
if (fCore != NULL)
fCore->RemoveLoad(fNeededLoad, true);
targetCore->AddLoad(fNeededLoad, fLoadMeasurementEpoch, true);
}
}
}
fCore = targetCore;