about summary refs log tree commit diff
path: root/src/game/client/components/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/hud.h')
-rw-r--r--src/game/client/components/hud.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/client/components/hud.h b/src/game/client/components/hud.h
index 75702d51..f0250c7b 100644
--- a/src/game/client/components/hud.h
+++ b/src/game/client/components/hud.h
@@ -5,12 +5,12 @@
 #include <game/client/component.h>
 
 class CHud : public CComponent
-{	
+{
 	float m_Width, m_Height;
 	float m_AverageFPS;
-	
+
 	void RenderCursor();
-	
+
 	void RenderFps();
 	void RenderConnectionWarning();
 	void RenderTeambalanceWarning();
@@ -25,7 +25,7 @@ class CHud : public CComponent
 	void MapscreenToGroup(float CenterX, float CenterY, struct CMapItemGroup *PGroup);
 public:
 	CHud();
-	
+
 	virtual void OnReset();
 	virtual void OnRender();
 };