From 6694659695d5364b318de182b360b23134736f91 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 24 Jul 2023 14:51:41 -0500 Subject: [PATCH] formatting --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 8fc8ebac..c4940253 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]; }