소스 검색

Fix mismatched indentation

Kaleb Elwert 8 년 전
부모
커밋
0b38204e62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      keyboards/whitefox/keymaps/matt3o/keymap.c

+ 1 - 1
keyboards/whitefox/keymaps/matt3o/keymap.c

@@ -72,7 +72,7 @@ const uint16_t fn_actions[] = {
 
 
 /* custom action function */
 /* custom action function */
 void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
 void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
-	/*
+  /*
   (void)opt;
   (void)opt;
   switch(id) {
   switch(id) {
     case ACTION_LEDS_ALL:
     case ACTION_LEDS_ALL: