From b2e8026e64bf7813940be40bff18c6c837e8f1e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Aug 1996 15:43:12 +0000 Subject: fixed spacing --- cpukit/score/src/coremutex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src') diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c index b7b4b317df..38f799b134 100644 --- a/cpukit/score/src/coremutex.c +++ b/cpukit/score/src/coremutex.c @@ -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 ) { -- cgit v1.2.3