summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-02-06 00:50:58 +0100
committerRichard Braun <rbraun@sceen.net>2017-02-06 00:50:58 +0100
commit9dfcd785f0180e75c5f33a5a3b67f39e48bf2070 (patch)
tree48d65b78bf114120edc68b87a545fbf065ee39b5 /kern/thread.c
parent15056eec7a75ab99794cfd59d9eaf282c8be07ec (diff)
kern/thread: replace tab with spaces
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 180f780d..d354270c 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -1504,7 +1504,7 @@ thread_sched_idle_get_next(struct thread_runq *runq)
static unsigned int
thread_sched_idle_get_global_priority(const struct thread *thread)
{
- (void)thread;
+ (void)thread;
return THREAD_SCHED_GLOBAL_PRIO_IDLE;
}