소스 검색

Format code according to conventions (#12046)

Co-authored-by: QMK Bot <hello@qmk.fm>
github-actions[bot] 4 년 전
부모
커밋
deaabff752
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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