From da255cb33fd8ddd233232850f9465e6ddb47015f Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 11 Apr 2023 22:49:39 +0200 Subject: Minor code formatting consistency fixes --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Action.c') 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) -- cgit v1.2.3