From d53355e82e1fd8c7d355334ab4d9953b65be0d7a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 15 Feb 2011 23:23:03 -0600 Subject: [PATCH] small whitespace thing --- src/PlayerState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerState.h b/src/PlayerState.h index 26559e50f8..e023bb7df0 100644 --- a/src/PlayerState.h +++ b/src/PlayerState.h @@ -46,7 +46,7 @@ public: * @brief Used to push note-changing modifiers back so that notes don't pop. * * This is used during gameplay and set by NoteField. */ - mutable float m_fLastDrawnBeat; + mutable float m_fLastDrawnBeat; /** @brief The Player's HealthState in general terms. */ HealthState m_HealthState;