Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codacy
[simgrid.git] / examples / s4u / async-waitall / s4u-async-waitall.cpp
index f93a699..4789120 100644 (file)
@@ -110,7 +110,7 @@ int main(int argc, char *argv[])
   e->registerFunction<receiver>("receiver");
 
   e->loadPlatform(argv[1]);
   e->registerFunction<receiver>("receiver");
 
   e->loadPlatform(argv[1]);
-  e->loadDeployment(argv[2]); 
+  e->loadDeployment(argv[2]);
   e->run();
 
   return 0;
   e->run();
 
   return 0;