More Style Guide fixes

Drop the namespace terminating comment, it is not neccessary, and run astyle
again.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 3e982ba5f6
commit 70e4d15e60

@ -60,9 +60,10 @@ ColormapEffect::update(void) {
bool
ColormapEffect::focusHook(const char *command) {
return ::LEDPaletteTheme.themeFocusHandler(command, PSTR("colormap.map"), map_base_, max_layers_);
return ::LEDPaletteTheme.themeFocusHandler(command, PSTR("colormap.map"),
map_base_, max_layers_);
}
} // namespace kaleidoscope
}
kaleidoscope::ColormapEffect ColormapEffect;

@ -37,7 +37,7 @@ class ColormapEffect : public LEDMode {
static uint8_t max_layers_;
static uint16_t map_base_;
};
} // namespace kaleidoscope
}
extern kaleidoscope::ColormapEffect ColormapEffect;

Loading…
Cancel
Save