From 771465fed0cf50ee2dd790723245fc091699c324 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 17 May 2004 01:38:02 +0000 Subject: re-indentation, bug fixes, hooks for pre-emptive async cancelation --- pthread_num_processors_np.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread_num_processors_np.c') diff --git a/pthread_num_processors_np.c b/pthread_num_processors_np.c index abe24d7..cf939b2 100644 --- a/pthread_num_processors_np.c +++ b/pthread_num_processors_np.c @@ -43,11 +43,11 @@ * Get the number of CPUs available to the process. */ int -pthread_num_processors_np(void) +pthread_num_processors_np (void) { int count; - if ( ptw32_getprocessors(& count) != 0 ) + if (ptw32_getprocessors (&count) != 0) { count = 1; } -- cgit v1.2.3