Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further simplification/cleanups
[simgrid.git] / teshsuite / smpi / coll-allgatherv / coll-allgatherv.c
index d48014ca80c40a50b699f1eb9fb087b05ee2623e..5b857e4b9ee81c45d8266b25013a189146c6a9f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2020. The SimGrid Team.
+/* Copyright (c) 2009-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -86,5 +86,5 @@ int main(int argc, char *argv[])
   xbt_free(recv_counts);
   xbt_free(recv_disps);
   MPI_Finalize();
-  return (EXIT_SUCCESS);
+  return EXIT_SUCCESS;
 }