Remove unnecessary braces.
This commit is contained in:
@@ -152,15 +152,12 @@ void Trail::GetDisplayBpms( DisplayBpms &AddTo ) const
|
|||||||
{
|
{
|
||||||
case Song::DISPLAY_ACTUAL:
|
case Song::DISPLAY_ACTUAL:
|
||||||
case Song::DISPLAY_SPECIFIED:
|
case Song::DISPLAY_SPECIFIED:
|
||||||
{
|
|
||||||
pSong->GetDisplayBpms( AddTo );
|
pSong->GetDisplayBpms( AddTo );
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case Song::DISPLAY_RANDOM:
|
case Song::DISPLAY_RANDOM:
|
||||||
AddTo.Add( -1 );
|
AddTo.Add( -1 );
|
||||||
break;
|
break;
|
||||||
default:
|
DEFAULT_FAIL( pSong->m_DisplayBPMType );
|
||||||
ASSERT(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user