Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make a tesh file for ns3.
[simgrid.git] / examples / amok / bandwidth / bandwidth.c
index 533b03a..d2e2325 100644 (file)
@@ -39,7 +39,8 @@ int sensor(int argc, char *argv[])
     TRY {
       master = gras_socket_client_from_string(argv[1]);
       connected = 1;
-    } CATCH(e) {
+    }
+    CATCH(e) {
       xbt_ex_free(e);
     }
     if (!connected) {