Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and codefactor
[simgrid.git] / src / smpi / bindings / smpi_pmpi_file.cpp
index 1f6e472..9f51bf2 100644 (file)
@@ -99,7 +99,6 @@ int PMPI_File_get_position_shared(MPI_File fh, MPI_Offset* offset){
 }
 
 int PMPI_File_read(MPI_File fh, void *buf, int count,MPI_Datatype datatype, MPI_Status *status){
-
   CHECK_FLAGS(fh)
   PASS_ZEROCOUNT(count)
   smpi_bench_end();