Respect the whitespaces

This commit is contained in:
Eduardo Novella
2022-09-11 00:57:13 +02:00
parent fd230b6d09
commit 248d222459
@@ -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;