Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : nettoyage du code
[simgrid.git] / testsuite / xbt / graphxml_usage.c
index 437fd337190910621a4e94f171bff419116dfdd1..e3927e28d8e57c70b701745dddcaadad0a9bd29f 100644 (file)
@@ -154,6 +154,7 @@ void test(char *graph_file)
   }
 
   xbt_graph_free_graph(graph, free_label, NULL, NULL);
+
 }
 
 #ifdef __BORLANDC__
@@ -169,6 +170,5 @@ int main(int argc, char **argv)
     return 1;
   }
   test(argv[1]);
-
   return 0;
 }