RTEMS | Reformat cpukit rtems src (!237)
Gedare Bloom (@gedare)
gitlab at rtems.org
Mon Sep 23 23:45:26 UTC 2024
Gedare Bloom commented on a discussion on cpukit/rtems/src/rtemsbuildname.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112448
> + 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
> +)
Ok, I will regenerate and see how others feel. It ends up changing the look of some of the existing functions in the public API headers, but it will overall preserve whitespace.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112448
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/2257ef30/attachment-0001.htm>
More information about the bugs
mailing list