From dc9e418155452ae38e1f6b9fe8a87be31e0d3339 Mon Sep 17 00:00:00 2001
From: ghoulslash <41651341+ghoulslash@users.noreply.github.com>
Date: Sat, 30 Oct 2021 11:53:58 -0400
Subject: [PATCH] Update src/battle_script_commands.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
---
 src/battle_script_commands.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 35b04fcd2..062f77876 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -5416,7 +5416,7 @@ static void Cmd_sethealblock(void)
 
 static void Cmd_returnatktoball(void)
 {
-    gActiveBattler = gBattlerAttacker;    
+    gActiveBattler = gBattlerAttacker;
     if (!(gHitMarker & HITMARKER_FAINTED(gActiveBattler)))
     {
         BtlController_EmitReturnMonToBall(0, 0);