RTEMS | Reformat cpukit rtems src (!237)
Chris Johns (@chris)
gitlab at rtems.org
Tue Sep 24 01:18:48 UTC 2024
Chris Johns started a new discussion on cpukit/rtems/src/partcreate.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112486
> return RTEMS_TOO_MANY;
> }
>
> -#if defined(RTEMS_MULTIPROCESSING)
> - if ( _Attributes_Is_global( attribute_set ) &&
> - !( _Objects_MP_Allocate_and_open( &_Partition_Information, name,
> - the_partition->Object.id, false ) ) ) {
> +#if defined( RTEMS_MULTIPROCESSING )
> + if (
> + _Attributes_Is_global( attribute_set ) && !( _Objects_MP_Allocate_and_open(
> + &_Partition_Information,
> + name,
> + the_partition->Object.id,
> + false
> + ) )
> + ) {
This looks a bit average compared to the original?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112486
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/20240924/ae70b74a/attachment.htm>
More information about the bugs
mailing list