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

View File

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