Put opening brace on its own line

This commit is contained in:
Colin Wallace
2015-06-20 23:12:22 +00:00
parent 9c392e918c
commit 707c9cbb87

View File

@@ -3344,7 +3344,8 @@ void PianoRoll::wheelEvent(QWheelEvent * we )
void PianoRoll::focusOutEvent( QFocusEvent * )
{
if( hasValidPattern() ) {
if( hasValidPattern() )
{
for( int i = 0; i < NumKeys; ++i )
{
m_pattern->instrumentTrack()->pianoModel()->midiEventProcessor()->processInEvent( MidiEvent( MidiNoteOff, -1, i, 0 ) );