summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-04-11 22:49:39 +0200
committerBenny Baumann <BenBE@geshi.org>2023-04-11 22:50:18 +0200
commitda255cb33fd8ddd233232850f9465e6ddb47015f (patch)
tree488374400faded42a87dab75b280261aa4d24492 /Action.c
parentc878343784f23d7cb18ccec6aa034f01aee8069e (diff)
Minor code formatting consistency fixes
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 5d33f662..a67233cc 100644
--- a/Action.c
+++ b/Action.c
@@ -419,7 +419,7 @@ static Htop_Reaction actionSetSchedPolicy(State* st) {
Panel* schedPanel = Scheduling_newPolicyPanel(preSelectedPolicy);
const ListItem* policy;
- for(;;) {
+ for (;;) {
policy = (const ListItem*) Action_pickFromVector(st, schedPanel, 18, true);
if (!policy || policy->key != -1)

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