Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / teshsuite / smpi / isp / umpire / no-error3.c
index ec91c5d..30e6e11 100644 (file)
@@ -43,7 +43,7 @@ main (int argc, char **argv)
       memset (buf1, 1, buf_size);
 
       MPI_Recv (buf0, buf_size, MPI_INT, 0, 0, MPI_COMM_WORLD, &status);
-      
+
       MPI_Send (buf1, buf_size, MPI_INT, 0, 0, MPI_COMM_WORLD);
     }
   }