~ruther/qmk_firmware

deaabff752dd75e75fc865091a5925bf7a5f3b19 — github-actions[bot] 4 years ago 6623744
Format code according to conventions (#12046)

Co-authored-by: QMK Bot <hello@qmk.fm>
1 files changed, 2 insertions(+), 2 deletions(-)

M tmk_core/protocol/vusb/main.c
M tmk_core/protocol/vusb/main.c => tmk_core/protocol/vusb/main.c +2 -2
@@ 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