From cceb8ac3314c9ba5a48d0b69bc39c41080335119 Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Sun, 9 Dec 2018 11:32:58 +0800 Subject: Remove trailing whitespace --- src/battle_ai_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_ai_script_commands.c') diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c index 687d81419..a88189870 100644 --- a/src/battle_ai_script_commands.c +++ b/src/battle_ai_script_commands.c @@ -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 { -- cgit v1.2.3