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