summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-27 22:35:41 +0000
committerGitHub <noreply@github.com>2021-02-27 22:35:41 +0000
commitdeaabff752dd75e75fc865091a5925bf7a5f3b19 (patch)
treec672a571161e1cfb16b4701c8ab306009355bc65
parent66237441723b8dcaae50230257b2bf6efaea9292 (diff)
Format code according to conventions (#12046)0.12.3
Co-authored-by: QMK Bot <hello@qmk.fm>
-rw-r--r--tmk_core/protocol/vusb/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c
index 4d7be51e41..2de4f6a80a 100644
--- a/tmk_core/protocol/vusb/main.c
+++ b/tmk_core/protocol/vusb/main.c
@@ -87,9 +87,9 @@ static void vusb_wakeup(void) {
vusb_suspended = false;
suspend_wakeup_init();
-#ifdef SLEEP_LED_ENABLE
+# ifdef SLEEP_LED_ENABLE
sleep_led_disable();
-#endif
+# endif
}
#endif