summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/StopWatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/StopWatch.h')
-rw-r--r--src/displayapp/screens/StopWatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h
index ff604361..18b02069 100644
--- a/src/displayapp/screens/StopWatch.h
+++ b/src/displayapp/screens/StopWatch.h
@@ -54,7 +54,7 @@ namespace Pinetime::Applications::Screens {
return nullptr;
}
- private:
+ private:
std::array<TimeSeparated_t, N> buffer;
uint8_t currentSize;
uint8_t capacity;
@@ -62,7 +62,7 @@ namespace Pinetime::Applications::Screens {
};
class StopWatch : public Screen {
- public:
+ public:
StopWatch(DisplayApp* app);
~StopWatch() override;
bool Refresh() override;
@@ -70,7 +70,7 @@ namespace Pinetime::Applications::Screens {
void playPauseBtnEventHandler(lv_event_t event);
void stopLapBtnEventHandler(lv_event_t event);
- private:
+ private:
bool running;
States currentState;
Events currentEvent;