summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_fsm.cpp')
-rw-r--r--src/ui/ui_fsm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp
index 1bc7ddb8..5c59cf22 100644
--- a/src/ui/ui_fsm.cpp
+++ b/src/ui/ui_fsm.cpp
@@ -42,8 +42,7 @@ void PreBoot::react(const system_fsm::DisplayReady& ev) {
transit<Splash>();
}
-void Splash::entry() {
-}
+void Splash::entry() {}
void Splash::react(const system_fsm::BootComplete& ev) {
transit<Interactive>();