Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / smpi / mpi / smpi_topo.cpp
index 31864fb..0c69848 100644 (file)
@@ -63,7 +63,7 @@ Topo_Cart::Topo_Cart(MPI_Comm comm_old, int ndims, const int dims[], const int p
       position_[i] = rank / nranks;
       rank = rank % nranks;
     }
-    
+
     if(comm_cart != nullptr){
       const Group* oldGroup = comm_old->group();
       auto* newGroup        = new Group(newSize);