From a99148f294bb3e3f2d11ffecef68f7049f28f202 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 5 Oct 2018 11:20:14 -0700 Subject: [PATCH] astyle --- 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 fb184ce7..ab62d575 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -57,7 +57,7 @@ void ColormapEffect::refreshAt(byte row, byte col) { EventHandlerResult ColormapEffect::onFocusEvent(const char *command) { return ::LEDPaletteTheme.themeFocusEvent(command, PSTR("colormap.map"), - map_base_, max_layers_); + map_base_, max_layers_); } }