formatting

This commit is contained in:
2025-07-01 19:12:36 -07:00
parent 29ee50e291
commit f5732eb525

View File

@ -104,7 +104,7 @@ void HandleIntClockTick(uint32_t tick) {
// Pulse Out gate // Pulse Out gate
if (app.selected_pulse != Clock::PULSE_NONE) { if (app.selected_pulse != Clock::PULSE_NONE) {
int clock_index; int clock_index;
switch(app.selected_pulse) { switch (app.selected_pulse) {
case Clock::PULSE_PPQN_24: case Clock::PULSE_PPQN_24:
clock_index = 0; clock_index = 0;
break; break;
@ -127,7 +127,6 @@ void HandleIntClockTick(uint32_t tick) {
} }
} }
if (!app.editing_param) { if (!app.editing_param) {
app.refresh_screen |= refresh; app.refresh_screen |= refresh;
} }