diff --git a/src/p_user.c b/src/p_user.c
index 45f4a4562..288f0dbb5 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -12916,7 +12916,7 @@ void P_PlayerAfterThink(player_t *player)
 		player->mo->flags2 |= MF2_DONTDRAW;
 		player->mo->flags |= MF_NOGRAVITY;
 	}
-	
+
 	if (player->powers[pw_dye])
 	{
 		player->mo->colorized = true;