summaryrefslogtreecommitdiffstats
path: root/ScreenTabsPanel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-10-27 22:40:35 +0200
committerBenny Baumann <BenBE@geshi.org>2023-10-27 22:42:12 +0200
commit88f7ca4a75e0efc2bdcd50ff481d09272913b96a (patch)
tree095ae9129068974a4a57f0b43678943c8ab3dac2 /ScreenTabsPanel.c
parent4ef3e1f1bb014cec9504e5247d0a0ad999597b9d (diff)
Fix indentation issue
Diffstat (limited to 'ScreenTabsPanel.c')
-rw-r--r--ScreenTabsPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ScreenTabsPanel.c b/ScreenTabsPanel.c
index f61745e0..4f9da240 100644
--- a/ScreenTabsPanel.c
+++ b/ScreenTabsPanel.c
@@ -83,8 +83,8 @@ static HandlerResult ScreenTabsPanel_eventHandler(Panel* super, int ch) {
case KEY_END: {
int previous = selected;
Panel_onKey(super, ch);
- selected = Panel_getSelectedIndex(super);
- if (previous != selected)
+ selected = Panel_getSelectedIndex(super);
+ if (previous != selected)
result = HANDLED;
break;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy