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) switch (mMessage.type)
{ {
case NoteOff: case NoteOff:
case NoteOn: case NoteOn:
case AfterTouchPoly: case AfterTouchPoly:
case ControlChange: case ControlChange:
case ProgramChange: case ProgramChange:
case AfterTouchChannel: case AfterTouchChannel:
case PitchBend: case PitchBend:
// Running status enabled: store it from received message // Running status enabled: store it from received message
mRunningStatus_RX = mPendingMessage[0]; mRunningStatus_RX = mPendingMessage[0];
break; break;