Core/Misc: kill whitespace

(cherry picked from commit f50a33341892da1dbe4a56e6c351a42591a12ec9)
This commit is contained in:
ariel-
2021-05-29 21:27:11 +02:00
committed by funjoker
parent 5e774fc7f1
commit 63f9b52ea1
+1 -1
View File
@@ -343,7 +343,7 @@ void ThreatManager::AddThreat(Unit* target, float amount, SpellInfo const* spell
{
float const origAmount = amount;
// intentional iteration by index - there's a nested AddThreat call further down that might cause AI calls which might modify redirect info through spells
for (size_t i=0; i<redirInfo.size(); ++i)
for (size_t i = 0; i < redirInfo.size(); ++i)
{
auto const pair = redirInfo[i]; // (victim,pct)
Unit* redirTarget = nullptr;