From 16e3324e28f68f7418048af922ee382b877bf437 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 7 Jun 2020 23:43:25 -0700 Subject: [PATCH] astyle Signed-off-by: Jesse Vincent --- src/kaleidoscope/plugin/LEDControl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kaleidoscope/plugin/LEDControl.cpp b/src/kaleidoscope/plugin/LEDControl.cpp index 92a62c9d..61d2dfc2 100644 --- a/src/kaleidoscope/plugin/LEDControl.cpp +++ b/src/kaleidoscope/plugin/LEDControl.cpp @@ -177,8 +177,8 @@ kaleidoscope::EventHandlerResult LEDControl::beforeReportingState(void) { if (pending_next_prev_key_ != Key_NoKey) { bool is_shifted = - kaleidoscope::Runtime.hid().keyboard().isModifierKeyActive(Key_LeftShift) || - kaleidoscope::Runtime.hid().keyboard().isModifierKeyActive(Key_RightShift); + kaleidoscope::Runtime.hid().keyboard().isModifierKeyActive(Key_LeftShift) || + kaleidoscope::Runtime.hid().keyboard().isModifierKeyActive(Key_RightShift); if ((pending_next_prev_key_ == Key_LEDEffectNext && !is_shifted) || (pending_next_prev_key_ == Key_LEDEffectPrevious && is_shifted)) {