summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceInfineat.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-09-11 20:18:01 +0200
committerJean-François Milants <jf@codingfield.com>2022-09-11 20:18:01 +0200
commit58bb0e77db34703b99522956de804a674ec81a23 (patch)
treed5565d353c750af57cd739494f852b52fe3f12bd /src/displayapp/screens/WatchFaceInfineat.h
parent970d5b368d9d651a451435b9882720124566fcb9 (diff)
Fix formatting
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
-rw-r--r--src/displayapp/screens/WatchFaceInfineat.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h
index c71dfca3..c306b53c 100644
--- a/src/displayapp/screens/WatchFaceInfineat.h
+++ b/src/displayapp/screens/WatchFaceInfineat.h
@@ -34,7 +34,7 @@ namespace Pinetime {
bool OnTouchEvent(TouchEvents event) override;
bool OnButtonPushed() override;
- void UpdateSelected(lv_obj_t *object, lv_event_t event);
+ void UpdateSelected(lv_obj_t* object, lv_event_t event);
void CloseMenu();
void Refresh() override;
@@ -47,8 +47,7 @@ namespace Pinetime {
Pinetime::Controllers::DateTime::Days currentDayOfWeek = Pinetime::Controllers::DateTime::Days::Unknown;
uint8_t currentDay = 0;
uint32_t savedTick = 0;
- uint8_t chargingBatteryPercent = 101; // not a mistake ;)
-
+ uint8_t chargingBatteryPercent = 101; // not a mistake ;)
DirtyValue<uint8_t> batteryPercentRemaining {};
DirtyValue<bool> isCharging {};