task_recover.c:Fix style errors.

This commit is contained in:
David Sidrane
2020-03-08 05:51:34 -07:00
committed by patacongo
parent 8e7ff960a6
commit e50f5bb5da
+2 -2
View File
@@ -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);