From 26eb580043ad176bdc58d996f30d470e1073ef00 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 21:52:59 +1000 Subject: move driver includes into a subdir as well --- src/tangara/input/input_hook.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tangara/input/input_hook.cpp') diff --git a/src/tangara/input/input_hook.cpp b/src/tangara/input/input_hook.cpp index d346b863..6946c07f 100644 --- a/src/tangara/input/input_hook.cpp +++ b/src/tangara/input/input_hook.cpp @@ -70,8 +70,8 @@ auto TriggerHooks::update(bool pressed, lv_indev_data_t* d) -> void { } } -auto TriggerHooks::override(Trigger::State s, std::optional cb) - -> void { +auto TriggerHooks::override(Trigger::State s, + std::optional cb) -> void { switch (s) { case Trigger::State::kClick: click_.override(cb); -- cgit v1.2.3