mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
Format code according to conventions (#12046)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
parent
6623744172
commit
deaabff752
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ static void vusb_wakeup(void) {
|
||||||
vusb_suspended = false;
|
vusb_suspended = false;
|
||||||
suspend_wakeup_init();
|
suspend_wakeup_init();
|
||||||
|
|
||||||
#ifdef SLEEP_LED_ENABLE
|
# ifdef SLEEP_LED_ENABLE
|
||||||
sleep_led_disable();
|
sleep_led_disable();
|
||||||
#endif
|
# endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue