Fix spacing

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

View File

@ -50,7 +50,7 @@ uint8_t get_unicode_input_mode(void) {
} }
void unicode_input_mode_init(void) { void unicode_input_mode_init(void) {
unicode_config.raw = eeprom_read_byte(EECONFIG_UNICODEMODE); unicode_config.raw = eeprom_read_byte(EECONFIG_UNICODEMODE);
} }
__attribute__((weak)) __attribute__((weak))