diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-11-13 11:11:32 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-11-13 11:11:32 (GMT) |
| commit | 2e7b51c8e1cb32833f1d07a499fd6a848f1bf96e (patch) | |
| tree | 6a0928597f81e03da69ac8243afbb2bdc755377f /src/displayapp/screens/PineTimeStyle.h | |
| parent | 39157f2f193a6da9e73fbf459373ea054cb3c162 (diff) | |
clang-format and clang-tidy PineTimeStyle
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h index 63dba58..8d2003c 100644 --- a/src/displayapp/screens/PineTimeStyle.h +++ b/src/displayapp/screens/PineTimeStyle.h @@ -54,8 +54,8 @@ namespace Pinetime { DirtyValue<uint32_t> stepCount {}; DirtyValue<bool> notificationState {}; - Pinetime::Controllers::Settings::Colors GetNext(Controllers::Settings::Colors color); - Pinetime::Controllers::Settings::Colors GetPrevious(Controllers::Settings::Colors color); + static Pinetime::Controllers::Settings::Colors GetNext(Controllers::Settings::Colors color); + static Pinetime::Controllers::Settings::Colors GetPrevious(Controllers::Settings::Colors color); lv_obj_t* btnNextTime; lv_obj_t* btnPrevTime; |
