소스 검색

[CI] Format code according to conventions (#16914)

QMK Bot 3 년 전
부모
커밋
97f4a75fd7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tmk_core/protocol/chibios/usb_main.c

+ 2 - 2
tmk_core/protocol/chibios/usb_main.c

@@ -340,10 +340,10 @@ static usb_driver_configs_t drivers = {
 #endif
 #ifdef RAW_ENABLE
 #    ifndef RAW_IN_CAPACITY
-#       define RAW_IN_CAPACITY 4
+#        define RAW_IN_CAPACITY 4
 #    endif
 #    ifndef RAW_OUT_CAPACITY
-#       define RAW_OUT_CAPACITY 4
+#        define RAW_OUT_CAPACITY 4
 #    endif
 #    define RAW_IN_MODE USB_EP_MODE_TYPE_INTR
 #    define RAW_OUT_MODE USB_EP_MODE_TYPE_INTR