From 248d2224597116ed52f2cee517d8aaf8192677b4 Mon Sep 17 00:00:00 2001 From: Eduardo Novella Date: Sun, 11 Sep 2022 00:57:13 +0200 Subject: [PATCH] Respect the whitespaces --- applications/subbrute/scene/subbrute_scene_entrypoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/subbrute/scene/subbrute_scene_entrypoint.c b/applications/subbrute/scene/subbrute_scene_entrypoint.c index 9720cf60d..130ba0012 100644 --- a/applications/subbrute/scene/subbrute_scene_entrypoint.c +++ b/applications/subbrute/scene/subbrute_scene_entrypoint.c @@ -20,7 +20,7 @@ void subbrute_scene_entrypoint_menu_callback(SubBruteState* context, uint32_t in context->frequency = 307800000; } else if (index == SubBruteAttackCAME12bit433) { context->frequency = 433920000; - } else if (index == SubBruteAttackCAME12bit868) { + } else if (index == SubBruteAttackCAME12bit868) { context->frequency = 868350000; } context->bit = 12;