about summary refs log tree commit diff
path: root/src/game/client/animstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/animstate.h')
-rw-r--r--src/game/client/animstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/animstate.h b/src/game/client/animstate.h
index cb3b0e18..63b6a80a 100644
--- a/src/game/client/animstate.h
+++ b/src/game/client/animstate.h
@@ -17,7 +17,7 @@ public:
 	ANIM_KEYFRAME *GetAttach() { return &m_Attach; };
 	void Set(ANIMATION *pAnim, float Time);
 	void Add(ANIMATION *pAdded, float Time, float Amount);
-	
+
 	static CAnimState *GetIdle();
 };