1
0

Fix spacing

Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
Konstantin Đorđević
2018-11-02 12:46:04 -07:00
committed by Drashna Jaelre
parent 122fbac89c
commit cfa4163d06

View File

@@ -148,7 +148,7 @@ bool process_record_unicode_common(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
switch (keycode) {
case UNICODE_MODE_OSX:
set_unicode_input_mode(UC_OSX);
set_unicode_input_mode(UC_OSX);
#if defined(AUDIO_ENABLE) && defined(UNICODE_OSX_SONG)
PLAY_SONG(UNICODE_OSX_SONG);
#endif