RTEMS | Reformat cpukit score src thread (!238)

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Sep 26 22:09:01 UTC 2024




Kinsey Moore started a new discussion on cpukit/score/src/threadqops.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112609

 >    Thread_Control       *the_thread,
 >    Thread_queue_Context *queue_context,
 > -  void               ( *initialize )(
 > -    Thread_queue_Queue *,
 > -    Thread_Control *,
 > -    Thread_queue_Context *,
 > -    Thread_queue_Heads *
 > -  ),
 > -  void               ( *enqueue )(
 > -    Thread_queue_Queue *,
 > -    Thread_Control *,
 > -    Thread_queue_Context *,
 > -    Thread_queue_Heads *
 > -  )
 > +  void ( *initialize )( Thread_queue_Queue *, Thread_Control *, Thread_queue_Context *, Thread_queue_Heads * ),
 > +  void ( *enqueue )( Thread_queue_Queue *, Thread_Control *, Thread_queue_Context *, Thread_queue_Heads * )

These don't adhere to 80cols for some reason.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112609
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240926/0390e5b8/attachment-0001.htm>


More information about the bugs mailing list