code style

This commit is contained in:
Volker Fischer 2013-12-14 22:10:38 +00:00
parent 6034dab1b3
commit 1f3c716163
2 changed files with 11 additions and 10 deletions

View File

@ -167,7 +167,8 @@ uint32_t CCRC::GetCRC()
three series allpass units, followed by four parallel comb filters, and two
decorrelation delay lines in parallel at the output.
*/
void CAudioReverb::Init ( const int iSampleRate, const double rT60 )
void CAudioReverb::Init ( const int iSampleRate,
const double rT60 )
{
int delay, i;