Code cleanup: Tab versus space on method function. Others used space: following suit.

This commit is contained in:
Jason Felds
2009-05-23 23:32:01 +00:00
parent a8a88a9bee
commit 5c166ad997
+1 -1
View File
@@ -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;