Explorar o código

Format code according to conventions (#12046)

Co-authored-by: QMK Bot <hello@qmk.fm>
github-actions[bot] %!s(int64=4) %!d(string=hai) anos
pai
achega
deaabff752
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tmk_core/protocol/vusb/main.c

+ 2 - 2
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