forked from nuttx/nuttx-update
sched/clock/clock_getcpuclockid: fix code format, remove space
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
fd4dd59c3c
commit
67ec447513
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ int clock_gettime(clockid_t clock_id, struct timespec *tp)
|
|||
}
|
||||
else
|
||||
{
|
||||
tcb = nxsched_get_tcb(pid);
|
||||
tcb = nxsched_get_tcb(pid);
|
||||
}
|
||||
|
||||
group = tcb->group;
|
||||
|
|
Loading…
Reference in a new issue