mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
sched/: Fix some spacing issues
This commit is contained in:
@@ -117,7 +117,7 @@ int task_delete(pid_t pid)
|
||||
|
||||
/* Check if the task to delete is the calling task */
|
||||
|
||||
rtcb = (FAR struct tcb_s*)g_readytorun.head;
|
||||
rtcb = (FAR struct tcb_s *)g_readytorun.head;
|
||||
if (pid == 0 || pid == rtcb->pid)
|
||||
{
|
||||
/* If it is, then what we really wanted to do was exit. Note that we
|
||||
|
||||
Reference in New Issue
Block a user