From dd0abb01eefd8c6ed36724900eb537777ae287f9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 19 May 2011 03:55:47 -0500 Subject: [PATCH] small style cleanup --- src/SongPosition.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/SongPosition.h b/src/SongPosition.h index 830924b84a..314629b702 100644 --- a/src/SongPosition.h +++ b/src/SongPosition.h @@ -11,9 +11,7 @@ struct lua_State; class SongPosition { - - public: - +public: // Arcade - the current stage (one song). // Oni/Endless - a single song in a course. // Let a lot of classes access this info here so they don't have to keep their own copies. @@ -39,7 +37,7 @@ class SongPosition void UpdateSongPosition( float fPositionSeconds, const TimingData &timing, const RageTimer ×tamp = RageZeroTimer ); // Lua - void PushSelf( lua_State *L ); + void PushSelf( lua_State *L ); }; #endif