aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/ApplicationList.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-11-01 21:06:26 +0100
committerJF <JF002@users.noreply.github.com>2023-11-19 21:13:55 +0100
commit473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 (patch)
treed0ea2ff836a8efdbea5558a3d491760ccdd4d2ba /src/displayapp/screens/ApplicationList.h
parent97ba1a456df385798875c41b29e17273bac92c2d (diff)
Fix code formatting
Diffstat (limited to 'src/displayapp/screens/ApplicationList.h')
-rw-r--r--src/displayapp/screens/ApplicationList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h
index 2ad9c7c7..f8a6be66 100644
--- a/src/displayapp/screens/ApplicationList.h
+++ b/src/displayapp/screens/ApplicationList.h
@@ -39,7 +39,7 @@ namespace Pinetime {
static constexpr int appsPerScreen = 6;
// Increment this when more space is needed
- static constexpr int nScreens = (UserAppTypes::Count/appsPerScreen)+1;
+ static constexpr int nScreens = (UserAppTypes::Count / appsPerScreen) + 1;
ScreenList<nScreens> screens;
};