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

This commit is contained in:
Alvin See 2020-03-10 02:30:34 -07:00 committed by GitHub
parent 668121bbf8
commit 1757960b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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;
}