From 874297f3bea7761cf05ae26540b7a9e21d4a6e1d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 10:01:03 +0000 Subject: Remove stray white spaces. --- cpukit/posix/src/seminit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/seminit.c') diff --git a/cpukit/posix/src/seminit.c b/cpukit/posix/src/seminit.c index 0635ebea0f..449f2c1c01 100644 --- a/cpukit/posix/src/seminit.c +++ b/cpukit/posix/src/seminit.c @@ -36,14 +36,14 @@ int sem_init( if ( !sem ) rtems_set_errno_and_return_minus_one( EINVAL ); - + status = _POSIX_Semaphore_Create_support( NULL, pshared, value, &the_semaphore ); - + if ( status != -1 ) *sem = the_semaphore->Object.id; -- cgit v1.2.3