Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix lua deploy
[simgrid.git] / src / msg / msg_gos.c
index 9f2156eacece03ae82bb22d5ce9d4884fb487ed2..38b579d2832310b15eeb22b9a71d2cb94fab09b1 100644 (file)
@@ -433,6 +433,7 @@ int MSG_comm_test(msg_comm_t comm)
 {
   xbt_ex_t e;
   int finished = 0;
+
   TRY {
     finished = simcall_comm_test(comm->s_comm);