formatting

This commit is contained in:
tildearrow 2023-07-24 14:51:41 -05:00
parent 3b60eace02
commit 6694659695
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const char* FurnaceGUI::noteName(short note, short octave) {
if (seek<0 || seek>=180) {
return "???";
}
if (settings.flatNotes){
if (settings.flatNotes) {
if (settings.germanNotation) return noteNamesGF[seek];
return noteNamesF[seek];
}