]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/coll-reduce/coll-reduce.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor fix in test.
[simgrid.git] / teshsuite / smpi / coll-reduce / coll-reduce.c
index 962e9c15cc6e761ff16ebb1b8061f8a9e2b14691..670aafa85d623d9078c9900e7bb9b45a1955ba91 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2020. The SimGrid Team.
+/* Copyright (c) 2009-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -93,5 +93,5 @@ int main(int argc, char *argv[])
   free(sb);
   free(rb);
   MPI_Finalize();
-  return (EXIT_SUCCESS);
+  return EXIT_SUCCESS;
 }