mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
task_reparent.c:Fix style errors.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user