From 266e51d206cd9bb1ba861a50667c910686d79ca0 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 5 Oct 2018 11:02:11 -0700 Subject: [PATCH] astyle --- src/Kaleidoscope-LEDControl.cpp | 6 +++--- src/Kaleidoscope-LEDControl.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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);