diff --git a/applications/main/subghz/scenes/subghz_scene_receiver.c b/applications/main/subghz/scenes/subghz_scene_receiver.c index 749fe3a2f..8bf31334c 100644 --- a/applications/main/subghz/scenes/subghz_scene_receiver.c +++ b/applications/main/subghz/scenes/subghz_scene_receiver.c @@ -151,7 +151,8 @@ static void subghz_scene_add_to_history_callback( } subghz_view_receiver_set_idx_menu(subghz->subghz_receiver, menu_idx); - subghz->idx_menu_chosen = subghz_view_receiver_get_idx_menu(subghz->subghz_receiver); + subghz->idx_menu_chosen = + subghz_view_receiver_get_idx_menu(subghz->subghz_receiver); subghz_view_receiver_enable_draw_callback(subghz->subghz_receiver); subghz_scene_receiver_update_statusbar(subghz); if(subghz_history_get_last_index(subghz->history) == 0) { diff --git a/applications/main/subghz/subghz_last_settings.c b/applications/main/subghz/subghz_last_settings.c index 35176c170..6c4e1638a 100644 --- a/applications/main/subghz/subghz_last_settings.c +++ b/applications/main/subghz/subghz_last_settings.c @@ -284,7 +284,10 @@ bool subghz_last_settings_save(SubGhzLastSettings* instance) { break; } if(!flipper_format_insert_or_update_bool( - file, SUBGHZ_LAST_SETTING_FIELD_IGNORE_DUPLICATES, &instance->ignore_duplicates, 1)) { + file, + SUBGHZ_LAST_SETTING_FIELD_IGNORE_DUPLICATES, + &instance->ignore_duplicates, + 1)) { break; } if(!flipper_format_insert_or_update_uint32(