YASH BHIWANIA commented on a discussion on bsps/powerpc/motorola_powerpc/start/bspreset.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/900#note_139318 > | Returns: Nothing. > > +--------------------------------------------------------------------------*/ > > -void bsp_reset( rtems_fatal_source source, rtems_fatal_code code ) > -{ > - (void) source; > - (void) code; > +void bsp_reset(rtems_fatal_source source, rtems_fatal_code code) { > + (void)source; > + (void)code; I see the violation of the guidelines now. I have corrected the function signature and brace placement in `bspreset.c` to align with the RTEMS coding standards. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/900#note_139318 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
