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 / change-send-buffer-type-exhaustive.c
index 9cbee56..8ce9636 100644 (file)
@@ -209,7 +209,7 @@ main (int argc, char **argv)
       struct_lb_ub_send_buf[i].dontsend_double2 = 1.0;
 #endif
     }
-       
+
     /* set up the sends */
 #ifdef RUN_TYPE_STRUCT
     MPI_Isend (struct_buf, MSG_COUNT, newtype[0], 1, 0, comm, &aReq[0]);
@@ -395,7 +395,7 @@ main (int argc, char **argv)
     struct_lb_ub_send_buf[i].the_chars[0] = 'c';
 #endif
   }
-       
+
   if ((rank == 0) || (rank == 1))
     /* wait on everything... */
     MPI_Waitall (TYPE_CONSTRUCTOR_COUNT, aReq, aStatus);
@@ -734,7 +734,7 @@ main (int argc, char **argv)
 #endif
     }
   }
-       
+
   for (i = 0; i < TYPE_CONSTRUCTOR_COUNT; i++)
     MPI_Type_free (&newtype[i]);