diff --git a/src/d_player.h b/src/d_player.h
index c1b891b3e9b253717e2ea9a4cb40d1cfbb41e743..46a8e49d6403bfabaa1564524a05dcf7108c5fc7 100644
--- a/src/d_player.h
+++ b/src/d_player.h
@@ -155,10 +155,10 @@ typedef enum
 	PF_TAGIT        = 1<<27, // The player is it! For Tag Mode
 
 	/*** misc ***/
-	PF_FORCESTRAFE		= 1<<28, // Turning inputs are translated into strafing inputs
+	PF_FORCESTRAFE      = 1<<28, // Turning inputs are translated into strafing inputs
 	PF_CANCARRY         = 1<<29, // Can carry another player?
 	PF_FINISHED         = 1<<30, // The player finished the level. NOT the same as exiting
-	PF_CANBUSTFLOORS	= 1<<31, // Allow the player to break bustable floors. For Lua
+	PF_CANBUSTFLOORS    = 1<<31, // Allow the player to break bustable floors. For Lua
 
 	// up to 1<<31 is free
 } pflags_t;