From 671a7edca1d46449ecf3b837f5654d10125739bd Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Mon, 9 Aug 2021 14:22:07 +0200 Subject: [PATCH] core/sched: uncrustify sched_cb declaration this is a change out of this PR scope to reduce the number of uncrustify complains for future edits --- core/sched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sched.c b/core/sched.c index fad8659868..b6eb15c28f 100644 --- a/core/sched.c +++ b/core/sched.c @@ -75,8 +75,8 @@ clist_node_t sched_runqueues[SCHED_PRIO_LEVELS]; static uint32_t runqueue_bitcache = 0; #ifdef MODULE_SCHED_CB -static void (*sched_cb) (kernel_pid_t active_thread, - kernel_pid_t next_thread) = NULL; +static void (*sched_cb)(kernel_pid_t active_thread, + kernel_pid_t next_thread) = NULL; #endif /* Depending on whether the CLZ instruction is available, the order of the