sched/: Fix some spacing issues

This commit is contained in:
Gregory Nutt
2015-10-07 19:59:14 -06:00
parent 59e5e2f5cc
commit 79d554939e
123 changed files with 381 additions and 374 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ static long compare_timespec(FAR const struct timespec *a,
if (a->tv_sec > b->tv_sec)
{
return 1;
}
}
return (long)a->tv_nsec -(long)b->tv_nsec;
}