소스 검색

format code according to conventions [skip ci]

QMK Bot 5 년 전
부모
커밋
d511e52c1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tmk_core/common/bootmagic_lite.c

+ 1 - 1
tmk_core/common/bootmagic_lite.c

@@ -3,7 +3,7 @@
 bool is_keyboard_left(void);
 
 /** \brief Reset eeprom
- * 
+ *
  * ...just incase someone wants to only change the eeprom behaviour
  */
 __attribute__((weak)) void bootmagic_lite_reset_eeprom(void) {