Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong authored Oct 22, 2017
1 parent aace253 commit 2cb62a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/InstrumentSoundShaping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ f_cnt_t InstrumentSoundShaping::releaseFrames() const
{
return 0;
}

f_cnt_t ret_val = m_instrumentTrack->instrument()->desiredReleaseFrames();

if( !m_instrumentTrack->instrument()->flags().testFlag( Instrument::IsSingleStreamed ) )
{
return ret_val;
Expand Down

0 comments on commit 2cb62a4

Please sign in to comment.