Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Whitespaces!
[simgrid.git] / src / smpi / mpi / smpi_request.cpp
index 8467be6..fd86a4e 100644 (file)
@@ -911,7 +911,6 @@ void Request::finish_wait(MPI_Request* request, MPI_Status * status)
     MC_assert(not MC_is_active()); /* Only fail in MC mode */
   }
   unref(request);
-
 }
 
 int Request::wait(MPI_Request * request, MPI_Status * status)