From 3239698d1fe72364c85f7a76799421bfd90cc4d7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Apr 2004 13:26:21 +0000 Subject: Remove stray white spaces. --- cpukit/libcsupport/src/gxx_wrappers.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/src/gxx_wrappers.c') diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c index d660a6f226..5f70724c3f 100644 --- a/cpukit/libcsupport/src/gxx_wrappers.c +++ b/cpukit/libcsupport/src/gxx_wrappers.c @@ -215,4 +215,3 @@ int rtems_gxx_mutex_unlock (__gthread_mutex_t *mutex) #endif return (rtems_semaphore_release( (rtems_id)*mutex ) == RTEMS_SUCCESSFUL) ? 0 :-1; } - -- cgit v1.2.3