Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use strncpy instead of strcpy to please sonar
[simgrid.git] / teshsuite / smpi / isp / umpire / type-no-free3.c
index 8fc526ba7066e4127493f97f5ed722bbe891b141..572a1b5fb5acb55a17a4dacbcc71d6946e2386f3 100644 (file)
@@ -85,7 +85,7 @@ main (int argc, char **argv)
          MPI_Type_free (&newtype[j]);
        }
       }
          MPI_Type_free (&newtype[j]);
        }
       }
-      
+
       MPI_Waitall (TYPES_TO_COMMIT, reqs, statuses);
     }
   }
       MPI_Waitall (TYPES_TO_COMMIT, reqs, statuses);
     }
   }