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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
