task_prctl.c:Fix style errors.

This commit is contained in:
David Sidrane 2020-03-08 05:51:34 -07:00 committed by patacongo
parent 19b28d017a
commit 8e7ff960a6
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ int prctl(int option, ...)
int pid = va_arg(ap, int);
FAR struct tcb_s *tcb;
/* Get the TCB associated with the PID (handling the special case of
* pid==0 meaning "this thread")
/* Get the TCB associated with the PID (handling the special case
* of pid==0 meaning "this thread")
*/
if (pid == 0)