mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
sched/: Fix some spacing issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user