diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-02-27 22:35:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 22:35:41 +0000 |
commit | deaabff752dd75e75fc865091a5925bf7a5f3b19 (patch) | |
tree | c672a571161e1cfb16b4701c8ab306009355bc65 | |
parent | 66237441723b8dcaae50230257b2bf6efaea9292 (diff) | |
download | qmk_firmware-deaabff752dd75e75fc865091a5925bf7a5f3b19.tar.gz qmk_firmware-deaabff752dd75e75fc865091a5925bf7a5f3b19.zip |
Format code according to conventions (#12046)
Co-authored-by: QMK Bot <hello@qmk.fm>
-rw-r--r-- | tmk_core/protocol/vusb/main.c | 4 |
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 |