Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Sep 8, 2023
1 parent 8571d28 commit 7afa826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/main/subghz/scenes/subghz_scene_saved_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void subghz_scene_saved_menu_on_enter(void* context) {
SubmenuIndexEmulate,
subghz_scene_saved_menu_submenu_callback,
subghz);

submenu_add_item(
subghz->submenu,
"Rename",
Expand Down
2 changes: 1 addition & 1 deletion lib/subghz/protocols/keeloq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ void subghz_protocol_decoder_keeloq_get_string(void* context, FuriString* output
code_found_reverse_hi,
code_found_reverse_lo,
instance->generic.btn,
instance->manufacture_name);
instance->manufacture_name);
} else {
furi_string_cat_printf(
output,
Expand Down

0 comments on commit 7afa826

Please sign in to comment.