Replace tabs with spaces

This commit is contained in:
Lior Halphon 2022-07-04 00:24:05 +03:00 committed by GitHub
parent ce30f5cc8d
commit 5c5cdec7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static void init_for_current_model(unsigned id)
if (GB_is_inited(&gameboy[i])) {
GB_switch_model_and_reset(&gameboy[i], libretro_to_internal_model[effective_model]);
retro_set_memory_maps();
retro_set_memory_maps();
}
else {
GB_init(&gameboy[i], libretro_to_internal_model[effective_model]);