[Clean] Fixing some more tab formatting.

This commit is contained in:
Rtch90 2012-04-07 01:13:36 +01:00
parent d4966f1723
commit d557c1ae30

View File

@ -24,7 +24,6 @@ public:
void AttachGame(Game* game) { _game = game; } void AttachGame(Game* game) { _game = game; }
bool IsRunning(void) { return _isRunning; } bool IsRunning(void) { return _isRunning; }
void SwapBuffers(void) { glXSwapBuffers(_display, _xWindow); } void SwapBuffers(void) { glXSwapBuffers(_display, _xWindow); }
float GetElapsedSeconds(void); float GetElapsedSeconds(void);