diff --git a/src/p_user.c b/src/p_user.c
index abded562140c1bc349673cacb5329c50e88683a6..9cd1e31b6980cf4ba4707f69e470090da9655083 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -8404,7 +8404,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
 			x = thiscam->x;
 			y = thiscam->y;
 		}
-		
+
 		if (P_AproxDistance(x - player->mo->x, y - player->mo->y) < FixedMul(48*FRACUNIT, mo->scale))
 			player->mo->flags2 |= MF2_SHADOW;
 		else