white spaces

Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
Konstantin Đorđević 2018-11-02 12:50:39 -07:00 committed by Drashna Jaelre
parent eca3a411ad
commit eaa5efc697
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

View File

@ -58,7 +58,7 @@ void unicode_input_start(void) {
saved_mods = get_mods(); // Save current mods
clear_mods(); // Unregister mods to start from a clean state
switch(unicode_config.input_mode) {
switch (unicode_config.input_mode) {
case UC_OSX:
register_code(KC_LALT);
break;