Browse Source

tests/datawizard/mpi_like.c: delete trailing whitespace

Nathalie Furmento 13 years ago
parent
commit
f283b72408
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/datawizard/mpi_like.c

+ 2 - 2
tests/datawizard/mpi_like.c

@@ -138,7 +138,7 @@ static void send_handle(struct thread_data *thread_data)
 	/* wait until it's received (ie. neighbour's recv_flag is set back to 0) */
 	while (neighbour_data->recv_flag)
 		_STARPU_PTHREAD_COND_WAIT(&neighbour_data->recv_cond, &neighbour_data->recv_mutex);
-	
+
 	_STARPU_PTHREAD_MUTEX_UNLOCK(&neighbour_data->recv_mutex);
 
 	starpu_data_release(thread_data->handle);
@@ -159,7 +159,7 @@ static void *thread_func(void *arg)
 		{
 			recv_handle(thread_data);
 		}
-		
+
 		increment_handle(thread_data);
 
 		if (!((index == (NTHREADS - 1)) && (iter == (NITER - 1))))