mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
task_recover.c:Fix style errors.
This commit is contained in:
@@ -80,8 +80,8 @@ void nxtask_recover(FAR struct tcb_s *tcb)
|
||||
|
||||
wd_recover(tcb);
|
||||
|
||||
/* If the thread holds semaphore counts or is waiting for a semaphore count,
|
||||
* then release the counts.
|
||||
/* If the thread holds semaphore counts or is waiting for a semaphore
|
||||
* count, then release the counts.
|
||||
*/
|
||||
|
||||
nxsem_recover(tcb);
|
||||
|
||||
Reference in New Issue
Block a user