RTEMS | Reformat cpukit rtems src (!237)

Sebastian Huber (@sebhub) gitlab at rtems.org
Mon Sep 23 23:29:53 UTC 2024




Sebastian Huber started a new discussion on cpukit/rtems/src/rtemsbuildname.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112438

 > +  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
 > +)

Not a show stopper, but the threshold to trigger the multiline formatting is not really clear to me.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112438
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/792d7727/attachment-0001.htm>


More information about the bugs mailing list