]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/init/exitst1.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:Adrien.Gougeon/simgrid into master
[simgrid.git] / teshsuite / smpi / mpich3-test / init / exitst1.c
index f01c6f92000a184dc310dc16950ce92aa0c10efb..85279f265d50c157d9e5696d2b4c87d1a8d46536 100644 (file)
@@ -5,13 +5,13 @@
  */
 #include "mpi.h"
 
-/* 
- * This is a special test to check that mpiexec handles zero/non-zero 
+/*
+ * This is a special test to check that mpiexec handles zero/non-zero
  * return status from an application
  */
-int main( int argc, char *argv[] )
+int main(int argc, char *argv[])
 {
-    MPI_Init( &argc, &argv );
-    MPI_Finalize( );
+    MPI_Init(&argc, &argv);
+    MPI_Finalize();
     return 1;
 }