From 54db6d92a9a4bd48607bf744362e5bf2fb5b561b Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 9 Oct 2018 09:57:04 +0200 Subject: [PATCH] astyle Signed-off-by: Gergely Nagy --- src/Kaleidoscope/Colormap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index cf52de70..79ec906c 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -58,8 +58,8 @@ void ColormapEffect::refreshAt(byte row, byte col) { EventHandlerResult ColormapEffect::onFocusEvent(const char *command) { const char *cmd = PSTR("colormap.map"); EventHandlerResult result = - ::LEDPaletteTheme.themeFocusEvent(command, cmd, - map_base_, max_layers_); + ::LEDPaletteTheme.themeFocusEvent(command, cmd, + map_base_, max_layers_); if (strcmp_P(command, cmd) == 0) onActivate(); return result;