Replace tab indentation with spaces in is0 default keymap. (#8368)
authorAlvin See <alvin.see@me.com>
Tue, 10 Mar 2020 09:30:34 +0000 (02:30 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 09:30:34 +0000 (20:30 +1100)
keyboards/illuminati/is0/keymaps/default/keymap.c

index 68545ad..e82a965 100644 (file)
@@ -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;
   }