fixed spacing

This commit is contained in:
Joel Sherrill
1996-08-13 15:43:12 +00:00
parent 9b67f17052
commit b2e8026e64
2 changed files with 4 additions and 4 deletions

View File

@@ -167,8 +167,8 @@ void _CORE_mutex_Seize(
}
_Thread_queue_Enter_critical_section( &the_mutex->Wait_queue );
executing->Wait.queue = &the_mutex->Wait_queue;
executing->Wait.id = id;
executing->Wait.queue = &the_mutex->Wait_queue;
executing->Wait.id = id;
_ISR_Enable( level );
switch ( the_mutex->Attributes.discipline ) {

View File

@@ -167,8 +167,8 @@ void _CORE_mutex_Seize(
}
_Thread_queue_Enter_critical_section( &the_mutex->Wait_queue );
executing->Wait.queue = &the_mutex->Wait_queue;
executing->Wait.id = id;
executing->Wait.queue = &the_mutex->Wait_queue;
executing->Wait.id = id;
_ISR_Enable( level );
switch ( the_mutex->Attributes.discipline ) {