summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:18:27 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit0d85af28727255ae4203cf01d1d657dc0c8d4258 (patch)
tree0c8cf78acb173b4a9df83b431820152ffa31aec0 /Action.c
parent458749df45a24abec1f9a820e4172a08ccfba3b1 (diff)
Whitespace around operators
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 2a580f74..21183e0d 100644
--- a/Action.c
+++ b/Action.c
@@ -378,7 +378,7 @@ static Htop_Reaction actionSetup(State* st) {
Action_runSetup(st);
int headerHeight = Header_calculateHeight(st->header);
Panel_move((Panel*)st->mainPanel, 0, headerHeight);
- Panel_resize((Panel*)st->mainPanel, COLS, LINES-headerHeight-1);
+ Panel_resize((Panel*)st->mainPanel, COLS, LINES - headerHeight - 1);
return HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_UPDATE_PANELHDR;
}

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