aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-04-09 10:46:55 +0200
committerJF <JF002@users.noreply.github.com>2023-05-18 19:58:09 +0200
commit8abfd25a6cc500c5d7849cb39469b7763964d319 (patch)
tree22ea98dc3ce332269ed64566b665c74a1f8b6a35 /src/displayapp
parente038703efe134b3f6162051734f0df2d8bc6bb4d (diff)
Fix code formatting
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/screens/SystemInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index dd15221b..eea75938 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -205,8 +205,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
xPortGetFreeHeapSize(),
xPortGetMinimumEverFreeHeapSize(),
mallocFailedCount,
- stackOverflowCount
- );
+ stackOverflowCount);
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
return std::make_unique<Screens::Label>(2, 5, label);
}