mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
task_reparent.c:Fix style errors.
This commit is contained in:
parent
e50f5bb5da
commit
d986157bf3
1 changed files with 2 additions and 1 deletions
|
|
@ -300,7 +300,8 @@ int task_reparent(pid_t ppid, pid_t chpid)
|
|||
* suppressed child exit status.
|
||||
*/
|
||||
|
||||
ret = ((otcb->group->tg_flags & GROUP_FLAG_NOCLDWAIT) == 0) ? -ENOENT : OK;
|
||||
ret = ((otcb->group->tg_flags & GROUP_FLAG_NOCLDWAIT) == 0) ?
|
||||
-ENOENT : OK;
|
||||
}
|
||||
|
||||
#else /* CONFIG_SCHED_CHILD_STATUS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue