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
This commit is contained in:
parent
3508012942
commit
671a7edca1
@ -75,8 +75,8 @@ clist_node_t sched_runqueues[SCHED_PRIO_LEVELS];
|
|||||||
static uint32_t runqueue_bitcache = 0;
|
static uint32_t runqueue_bitcache = 0;
|
||||||
|
|
||||||
#ifdef MODULE_SCHED_CB
|
#ifdef MODULE_SCHED_CB
|
||||||
static void (*sched_cb) (kernel_pid_t active_thread,
|
static void (*sched_cb)(kernel_pid_t active_thread,
|
||||||
kernel_pid_t next_thread) = NULL;
|
kernel_pid_t next_thread) = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Depending on whether the CLZ instruction is available, the order of the
|
/* Depending on whether the CLZ instruction is available, the order of the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user