From 5c166ad997697315aa0ae9927f9ed4bbb2c11d12 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 23 May 2009 23:32:01 +0000 Subject: [PATCH] Code cleanup: Tab versus space on method function. Others used space: following suit. --- stepmania/src/PlayerStageStats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PlayerStageStats.cpp b/stepmania/src/PlayerStageStats.cpp index bebb9f9e3f..8c8322075e 100644 --- a/stepmania/src/PlayerStageStats.cpp +++ b/stepmania/src/PlayerStageStats.cpp @@ -498,7 +498,7 @@ PlayerStageStats::Combo_t PlayerStageStats::GetMaxCombo() const return m_ComboList[m]; } -int PlayerStageStats::GetComboAtStartOfStage() const +int PlayerStageStats::GetComboAtStartOfStage() const { if( m_ComboList.empty() ) return 0;