Remove trailing whitespace

This commit is contained in:
nullableVoidPtr
2018-12-09 11:32:58 +08:00
parent f50faac244
commit cceb8ac331
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ static u8 ChooseMoveOrAction_Doubles(void)
if (i == sBattler_AI || gBattleMons[i].hp == 0)
{
actionOrMoveIndex[i] = 0xFF;
bestMovePointsForTarget[i] = -1 ;
bestMovePointsForTarget[i] = -1;
}
else
{