sched/: Remove dangling space at the end of lines.

This commit is contained in:
Gregory Nutt
2017-06-28 13:33:04 -06:00
parent f87d5a3f81
commit 031fbfc6bc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ static void lpwork_boostworker(pid_t wpid, uint8_t reqprio)
if (reqprio > wtcb->sched_priority)
{
/* Raise the priority of the worker thread. This cannot cause
/* Raise the priority of the worker thread. This cannot cause
* context switch because we have preemption disabled. The task
* will be marked "pending" and the switch will occur during
* sched_unlock() processing.