mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
Init: spacing
This commit is contained in:
@@ -394,7 +394,6 @@ void *POSIX_Init(
|
||||
status = pthread_setschedparam( pthread_self(), SCHED_SPORADIC, &schedparam );
|
||||
assert( status == EINVAL );
|
||||
|
||||
|
||||
puts( "*** END OF POSIX TEST 7 ***" );
|
||||
exit( 0 );
|
||||
|
||||
|
||||
@@ -394,7 +394,6 @@ void *POSIX_Init(
|
||||
status = pthread_setschedparam( pthread_self(), SCHED_SPORADIC, &schedparam );
|
||||
assert( status == EINVAL );
|
||||
|
||||
|
||||
puts( "*** END OF POSIX TEST 7 ***" );
|
||||
exit( 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user