Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these examples should not diverge
[simgrid.git] / examples / s4u / async-waitall / s4u-async-waitall.cpp
index 514c69e..7c7c908 100644 (file)
@@ -46,7 +46,6 @@ public:
 
     /* Start dispatching all messages to receivers, in a round robin fashion */
     for (int i = 0; i < messages_count; i++) {
-
       std::string msg_content = std::string("Message ") + std::to_string(i);
       // Copy the data we send: 'msg_content' is not a stable storage location.
       // It will be destroyed when this actor leaves the loop, ie before the receiver gets it