Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / src / xbt / ex_interface.h
index 89ebbcf..3bcbf1f 100644 (file)
 
 #include "xbt/ex.h"
 /* The display made by an uncatched exception */
-void xbt_ex_display(xbt_ex_t *e);
+void xbt_ex_display(xbt_ex_t * e);
 
 /* Change raw libc symbols to file names and line numbers */
-void xbt_ex_setup_backtrace(xbt_ex_t *e);
-
-#endif  /* _XBT_EX_INTERFACE_H_ */
+void xbt_ex_setup_backtrace(xbt_ex_t * e);
 
+#endif /* _XBT_EX_INTERFACE_H_ */