From b0b12839754221050110e65e5c5b710b2917837e Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 4 Dec 2017 14:10:16 +0100 Subject: [PATCH] make astyle Signed-off-by: Gergely Nagy --- src/Kaleidoscope/Colormap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index cfa6e502..d04bb6cc 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -67,7 +67,7 @@ bool ColormapEffect::focusHook(const char *command) { bool ColormapEffect::focusHookLayerwise(const char *command) { return ::LEDPaletteTheme.themeLayerFocusHandler(command, PSTR("colormap.layer"), - map_base_, max_layers_); + map_base_, max_layers_); } }