Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in teshsuite/smpi/{isp,mpich3-test}.
[simgrid.git] / teshsuite / smpi / isp / umpire / no-error-waitany.c
index 6f90c53..9ac0495 100644 (file)
@@ -57,7 +57,7 @@ main (int argc, char **argv)
 
       for (i = 3; i > 0; i--) {
        MPI_Recv (&flipbit, 1, MPI_INT, 0, i, MPI_COMM_WORLD, &status);
-       
+
        MPI_Send (buf0, buf_size, MPI_INT, 0, i, MPI_COMM_WORLD);
       }
     }