From ed3b21156105d35e66b3ee2809120521e079fc1d Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Mon, 13 Nov 2017 16:51:47 -0500 Subject: [PATCH] Formatting --- src/Kaleidoscope/Colormap.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index 520a1e5b..cfa6e502 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -66,10 +66,8 @@ bool ColormapEffect::focusHook(const char *command) { } bool ColormapEffect::focusHookLayerwise(const char *command) { - return ::LEDPaletteTheme.themeLayerFocusHandler(command, - PSTR("colormap.layer"), - map_base_, - max_layers_); + return ::LEDPaletteTheme.themeLayerFocusHandler(command, PSTR("colormap.layer"), + map_base_, max_layers_); } }