]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/automatonparse_promela.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add on_exit support on SIMIX/MSG, calling functions when the process is dying (stopped)
[simgrid.git] / include / xbt / automatonparse_promela.h
index c80c34db2bc4b6922656d79ff3e24a61d855dcce..d46147445831510713c9aa8dca8fbd37a43d76db 100644 (file)
@@ -18,7 +18,7 @@ XBT_PUBLIC(void) new_transition(char* id, xbt_exp_label_t label);
 XBT_PUBLIC(xbt_exp_label_t) new_label(int type, ...);
 
 XBT_PUBLIC(xbt_automaton_t) get_automaton(void);
-                           
+          
 XBT_PUBLIC(void) display_automaton(void);
 
 SG_END_DECL()