From 473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Wed, 1 Nov 2023 21:06:26 +0100 Subject: Fix code formatting --- src/displayapp/screens/ApplicationList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp/screens/ApplicationList.h') 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 screens; }; -- cgit v1.2.3-70-g09d2