Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : stateless model checking for liveness properties
[simgrid.git] / examples / msg / mc / bugged1_stateful.c
index d76edba..cb4ec29 100644 (file)
@@ -45,7 +45,7 @@ int client(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-
+   
   MSG_global_init(&argc, argv);
 
   MSG_create_environment("platform.xml");
@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
   MSG_launch_application("deploy_bugged1.xml");
 
   MSG_main_stateful();
-
+  
   MSG_clean();
-
+   
   return 0;
 
-}
+}
\ No newline at end of file