Code cleanup: Tab versus space on method function. Others used space: following suit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user