diff --git a/src/Kaleidoscope-LEDControl.cpp b/src/Kaleidoscope-LEDControl.cpp index 4b215e55..2209397e 100644 --- a/src/Kaleidoscope-LEDControl.cpp +++ b/src/Kaleidoscope-LEDControl.cpp @@ -184,9 +184,9 @@ EventHandlerResult FocusLEDCommand::onFocusEvent(const char *command) { } subCommand; if (::Focus.handleHelp(command, PSTR("led.at\n" - "led.setAll\n" - "led.mode\n" - "led.theme"))) + "led.setAll\n" + "led.mode\n" + "led.theme"))) return EventHandlerResult::OK; if (strncmp_P(command, PSTR("led."), 4) != 0) diff --git a/src/Kaleidoscope-LEDControl.h b/src/Kaleidoscope-LEDControl.h index 853a11fc..13da4fa0 100644 --- a/src/Kaleidoscope-LEDControl.h +++ b/src/Kaleidoscope-LEDControl.h @@ -153,7 +153,7 @@ class LEDControl : public kaleidoscope::Plugin { }; class FocusLEDCommand : public Plugin { -public: + public: FocusLEDCommand() {} EventHandlerResult onFocusEvent(const char *command);