1
0
Fork 0
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:
guoshichao 2023-07-05 09:28:10 +08:00 committed by Xiang Xiao
parent fd4dd59c3c
commit 67ec447513

View file

@ -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;