mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Miscellaneous fixes from astyle tool.
This commit is contained in:
@@ -100,7 +100,7 @@ int task_init(FAR struct tcb_s *tcb, const char *name, int priority,
|
||||
|
||||
#ifndef CONFIG_DISABLE_PTHREAD
|
||||
DEBUGASSERT(tcb &&
|
||||
(tcb->flags & TCB_FLAG_TTYPE_MASK) != TCB_FLAG_TTYPE_PTHREAD);
|
||||
(tcb->flags & TCB_FLAG_TTYPE_MASK) != TCB_FLAG_TTYPE_PTHREAD);
|
||||
#endif
|
||||
|
||||
/* Create a new task group */
|
||||
|
||||
Reference in New Issue
Block a user