diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 8fc8ebac9..c49402530 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -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]; }