Explorar o código

Replace tab indentation with spaces in is0 default keymap. (#8368)

Alvin See %!s(int64=5) %!d(string=hai) anos
pai
achega
1757960b7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      keyboards/illuminati/is0/keymaps/default/keymap.c

+ 1 - 1
keyboards/illuminati/is0/keymaps/default/keymap.c

@@ -32,7 +32,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
       if (record->event.pressed) {
         SEND_STRING("Hello from Illuminati Works");
       } else {
-		SEND_STRING("iS0 working properly");
+        SEND_STRING("iS0 working properly");
       }
       break;
   }