code style aligned with furi lib

This commit is contained in:
Ken Van Hoeylandt
2023-12-27 14:50:54 +01:00
parent f4088f5762
commit 34a067c2b1
36 changed files with 159 additions and 173 deletions
@@ -7,7 +7,7 @@ static int32_t prv_loader_main(void* param) {
return 0;
}
const nb_app_t loader_app = {
const NbApp loader_app = {
.id = "loader",
.name = "Loader",
.type = SERVICE,
@@ -6,7 +6,7 @@
extern "C" {
#endif
extern const nb_app_t loader_app;
extern const NbApp loader_app;
#ifdef __cplusplus
}