aligned code

This commit is contained in:
Lukas Schwabe 2019-11-25 03:55:13 +01:00
parent 8ebdf34b63
commit 894409953b
1 changed files with 7 additions and 7 deletions

View File

@ -915,13 +915,13 @@ bool MidiInterface<SerialPort, Settings>::parse()
switch (mMessage.type)
{
case NoteOff:
case NoteOn:
case AfterTouchPoly:
case ControlChange:
case ProgramChange:
case AfterTouchChannel:
case PitchBend:
case NoteOff:
case NoteOn:
case AfterTouchPoly:
case ControlChange:
case ProgramChange:
case AfterTouchChannel:
case PitchBend:
// Running status enabled: store it from received message
mRunningStatus_RX = mPendingMessage[0];
break;