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/testcancel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/testcancel.c') diff --git a/cpukit/posix/src/testcancel.c b/cpukit/posix/src/testcancel.c index 08a423747f..8d80794e2d 100644 --- a/cpukit/posix/src/testcancel.c +++ b/cpukit/posix/src/testcancel.c @@ -33,11 +33,11 @@ void pthread_testcancel( void ) * and the ISR context is not a thread. */ - if ( _ISR_Is_in_progress() ) + if ( _ISR_Is_in_progress() ) return; thread_support = _Thread_Executing->API_Extensions[ THREAD_API_POSIX ]; - + _Thread_Disable_dispatch(); if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE && thread_support->cancelation_requested ) -- cgit v1.2.3