aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Screen.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-25 11:24:38 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-16 09:13:58 +0200
commit6dc49e5bdb86ffd5730eb10eb9c477276e79923c (patch)
treeb1241ee8c63c42ef8589bdce88566476519cd5df /src/displayapp/screens/Screen.h
parent512ebf07043510930256e3c12498046b510ef8a1 (diff)
clang-format: Always break template declarations
I find this format easier to read, because the definitions are at the expected indentation, making it easier to find what I'm looking for.
Diffstat (limited to 'src/displayapp/screens/Screen.h')
-rw-r--r--src/displayapp/screens/Screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/Screen.h b/src/displayapp/screens/Screen.h
index 4cf134d2..73f80191 100644
--- a/src/displayapp/screens/Screen.h
+++ b/src/displayapp/screens/Screen.h
@@ -10,7 +10,8 @@ namespace Pinetime {
namespace Screens {
- template <class T> class DirtyValue {
+ template <class T>
+ class DirtyValue {
public:
DirtyValue() = default; // Use NSDMI