Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adjust test
[simgrid.git] / teshsuite / smpi / coll-alltoall / coll-alltoall.c
index 9e7eea70aa5350b2f0c3d067a92d285b27ed2968..b54076bfbfb3a61631fbac61a4bd68598b0f93e8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2019. 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
@@ -73,5 +73,5 @@ int main(int argc, char *argv[])
   xbt_free(sb);
   xbt_free(rb);
   MPI_Finalize();
-  return (EXIT_SUCCESS);
+  return EXIT_SUCCESS;
 }