Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new platform file, serving as a documentation to clusters
[simgrid.git] / src / s4u / s4u_host.cpp
index a1cf532..8ee524a 100644 (file)
@@ -266,8 +266,8 @@ xbt_dict_t Host::mountedStoragesAsDict()
  */
 void Host::attachedStorages(std::vector<const char*>* storages)
 {
-  simgrid::simix::kernelImmediate([this, storages] { 
-     this->pimpl_->getAttachedStorageList(storages); 
+  simgrid::simix::kernelImmediate([this, storages] {
+     this->pimpl_->getAttachedStorageList(storages);
   });
 }