summaryrefslogtreecommitdiff
path: root/src/displayapp/Messages.h
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-04-18 17:28:14 (GMT)
committerAvamander <avamander@gmail.com>2021-04-24 08:39:53 (GMT)
commit40d45d923b033363ff1304b47eac238dd4495a57 (patch)
tree9e7b668fdf23a7be892b8e2bf8b4d62b884cee06 /src/displayapp/Messages.h
parente56ebb8bd621cc8838e86fa032d680a6e7a35ffc (diff)
Reformatted all the files according to clang-format style
Diffstat (limited to 'src/displayapp/Messages.h')
-rw-r--r--src/displayapp/Messages.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h
index b0690e3..81871c5 100644
--- a/src/displayapp/Messages.h
+++ b/src/displayapp/Messages.h
@@ -3,8 +3,16 @@ namespace Pinetime {
namespace Applications {
namespace Display {
enum class Messages : uint8_t {
- GoToSleep, GoToRunning, UpdateDateTime, UpdateBleConnection, UpdateBatteryLevel, TouchEvent, ButtonPushed,
- NewNotification, BleFirmwareUpdateStarted, UpdateTimeOut
+ GoToSleep,
+ GoToRunning,
+ UpdateDateTime,
+ UpdateBleConnection,
+ UpdateBatteryLevel,
+ TouchEvent,
+ ButtonPushed,
+ NewNotification,
+ BleFirmwareUpdateStarted,
+ UpdateTimeOut
};
}
}