RTEMS | Reformat cpukit rtems src (!237)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Mon Sep 23 23:43:36 UTC 2024
Sebastian Huber commented on a discussion on cpukit/rtems/src/rtemsbuildname.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112446
> + char c3,
> + char c4
> +)
> {
> return rtems_build_name( c1, c2, c3, c4 );
> }
>
> #undef rtems_build_name
>
> -rtems_name rtems_build_name( char c1, char c2, char c3, char c4 )
> +rtems_name rtems_build_name(
> + char c1,
> + char c2,
> + char c3,
> + char c4
> +)
I would be in favour of using a line length limit to trigger the multiline formatting.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112446
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/20240923/ea2e4703/attachment-0001.htm>
More information about the bugs
mailing list