diff --git a/sched/pthread/pthread_getschedparam.c b/sched/pthread/pthread_getschedparam.c index eaf9931a68..24b18c1535 100644 --- a/sched/pthread/pthread_getschedparam.c +++ b/sched/pthread/pthread_getschedparam.c @@ -89,7 +89,7 @@ * (SCHED_OTHER and SCHED_SPORADIC, in particular, are not supported). * The SCHED_FIFO and SCHED_RR policies will have a single scheduling * parameter, sched_priority. -* + * * Parameters: * thread - The ID of thread whose scheduling parameters will be queried. * policy - The location to store the thread's scheduling policy.