task_setup.c:Fix style errors.
This commit is contained in:
parent
667fede9ea
commit
8e19a8d4cb
|
@ -639,8 +639,8 @@ static inline int nxtask_stackargsetup(FAR struct task_tcb_s *tcb,
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nxtask_schedsetup(FAR struct task_tcb_s *tcb, int priority, start_t start,
|
||||
main_t main, uint8_t ttype)
|
||||
int nxtask_schedsetup(FAR struct task_tcb_s *tcb, int priority,
|
||||
start_t start, main_t main, uint8_t ttype)
|
||||
{
|
||||
/* Perform common thread setup */
|
||||
|
||||
|
|
Loading…
Reference in New Issue