aboutsummaryrefslogtreecommitdiff
path: root/confui/ui_automation.cpp
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-01-07 14:45:47 +0100
committerlonkaars <loek@pipeframe.xyz>2023-01-07 14:45:47 +0100
commitaacaa86e621b18103f5ebf0bfe56f302d258c0e8 (patch)
tree52278e3bfb2b649fa445c426d782f7d281e82543 /confui/ui_automation.cpp
parentadb70d5ee1987cfb1680114d2db9786923aad1f1 (diff)
`clang-format`
Diffstat (limited to 'confui/ui_automation.cpp')
-rw-r--r--confui/ui_automation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/confui/ui_automation.cpp b/confui/ui_automation.cpp
index 2ade734..8a3de42 100644
--- a/confui/ui_automation.cpp
+++ b/confui/ui_automation.cpp
@@ -74,7 +74,7 @@ void CDAutomationWidget::apply() {
if (!conf_valid()) return;
_automation->button = g_cd_mesh_connector->get_node(dropdown_button->findData(dropdown_button->currentIndex()));
- _automation->type = (cd_e_automation_type) dropdown_action->findData(dropdown_action->currentIndex());
+ _automation->type = (cd_e_automation_type)dropdown_action->findData(dropdown_action->currentIndex());
_automation->light = g_cd_mesh_connector->get_node(dropdown_light->findData(dropdown_light->currentIndex()));
_automation->valid = true;