Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / mc / api / strategy / MaxMatchComm.hpp
index 1f9a826..0bc3dad 100644 (file)
@@ -55,9 +55,9 @@ public:
          if (mailbox_.count(cast_recv->get_mailbox()) > 0 and
              mailbox_.at(cast_recv->get_mailbox()) > 0) { 
              aid_value--; // This means we have waiting recv corresponding to this recv
-         } else { 
-             aid_value++; 
-         }
+         } else {
+              aid_value++;
+          }
       }
    
       const CommSendTransition* cast_send = dynamic_cast<CommSendTransition const*>(transition);