Browse Source

Format code according to conventions (#12046)

Co-authored-by: QMK Bot <hello@qmk.fm>
pull/12048/head 0.12.3
github-actions[bot] 3 years ago
committed by GitHub
parent
commit
deaabff752
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tmk_core/protocol/vusb/main.c

+ 2
- 2
tmk_core/protocol/vusb/main.c View File

@ -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


Loading…
Cancel
Save