summaryrefslogtreecommitdiff
path: root/src/tangara/ui/lvgl_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/ui/lvgl_task.cpp')
-rw-r--r--src/tangara/ui/lvgl_task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tangara/ui/lvgl_task.cpp b/src/tangara/ui/lvgl_task.cpp
index 2bfc3f1c..e82aefc4 100644
--- a/src/tangara/ui/lvgl_task.cpp
+++ b/src/tangara/ui/lvgl_task.cpp
@@ -43,8 +43,8 @@ auto UiTask::Main() -> void {
lv_group_t* current_group = nullptr;
auto* events = events::queues::Ui();
while (true) {
- while (events->Service(0)) {
- }
+ while (events->Service(0))
+ ;
std::shared_ptr<Screen> screen = UiState::current_screen();
if (screen != current_screen_ && screen != nullptr) {