Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent (with eclipse)
[simgrid.git] / src / xbt / xbt_virtu.c
index 0e05bd3..041bbd4 100644 (file)
@@ -12,8 +12,8 @@
 #include "xbt/function_types.h"
 
 static int xbt_fake_pid(void) {
-   return 0;
+  return 0;
 }
 
-int_f_void_t *xbt_getpid=&xbt_fake_pid;
+int_f_void_t xbt_getpid=xbt_fake_pid;