Skip to content

Commit

Permalink
dbt format
Browse files Browse the repository at this point in the history
  • Loading branch information
m-m-adams committed Oct 22, 2023
1 parent 9103238 commit 1340af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deluge/model/song/song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ int32_t Song::getCurrentPresetScale() {
// If we're here, must be this one!
return p;

notThisOne: {}
notThisOne : {}
}

return 255;
Expand Down Expand Up @@ -4559,7 +4559,7 @@ Instrument* Song::changeInstrumentType(Instrument* oldInstrument, InstrumentType
return NULL;
}

gotAnInstrument: {}
gotAnInstrument : {}
}

// Synth or Kit
Expand Down

0 comments on commit 1340af7

Please sign in to comment.