task_start.c:Fix style errors.
This commit is contained in:
parent
aea9fb2841
commit
1d3eb41773
@ -92,7 +92,8 @@ void nxtask_start(void)
|
||||
int exitcode;
|
||||
int argc;
|
||||
|
||||
DEBUGASSERT((tcb->cmn.flags & TCB_FLAG_TTYPE_MASK) != TCB_FLAG_TTYPE_PTHREAD);
|
||||
DEBUGASSERT((tcb->cmn.flags & TCB_FLAG_TTYPE_MASK) != \
|
||||
TCB_FLAG_TTYPE_PTHREAD);
|
||||
|
||||
#ifdef CONFIG_SIG_DEFAULT
|
||||
/* Set up default signal actions */
|
||||
|
Loading…
Reference in New Issue
Block a user