aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/vusb/main.c
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 /tmk_core/protocol/vusb/main.c
parent66237441723b8dcaae50230257b2bf6efaea9292 (diff)
downloadqmk_firmware-deaabff752dd75e75fc865091a5925bf7a5f3b19.tar.gz
qmk_firmware-deaabff752dd75e75fc865091a5925bf7a5f3b19.zip
Format code according to conventions (#12046)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'tmk_core/protocol/vusb/main.c')
-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 4d7be51e4..2de4f6a80 100644
--- a/tmk_core/protocol/vusb/main.c
+++ b/tmk_core/protocol/vusb/main.c
@@ -87,9 +87,9 @@ static void vusb_wakeup(void) {
87 vusb_suspended = false; 87 vusb_suspended = false;
88 suspend_wakeup_init(); 88 suspend_wakeup_init();
89 89
90#ifdef SLEEP_LED_ENABLE 90# ifdef SLEEP_LED_ENABLE
91 sleep_led_disable(); 91 sleep_led_disable();
92#endif 92# endif
93} 93}
94#endif 94#endif
95 95