style: fix code formatting in channel.c and midi.c

This commit is contained in:
Loic Coenen
2026-05-10 18:00:29 +00:00
committed by Loic Coenen (aider)
parent 94d6bc25f1
commit 44177f785f
2 changed files with 4 additions and 3 deletions

View File

@@ -67,7 +67,8 @@ void midi_handle_events(void *port_buffer, jack_nframes_t nframes) {
queue_push(&cmd_queue, cmd);
} break;
case 66: {
command_t cmd = {.type = CMD_ADD_MIDI_CHANNEL, .channel = -1, .data = 0};
command_t cmd = {
.type = CMD_ADD_MIDI_CHANNEL, .channel = -1, .data = 0};
queue_push(&cmd_queue_main_midi, cmd);
} break;
default: