Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"new ruby host method"
[simgrid.git] / src / xbt / xbt_virtu.c
index bed1aca..739058c 100644 (file)
@@ -11,9 +11,9 @@
 #include "xbt/virtu.h"
 #include "xbt/function_types.h"
 
-static int xbt_fake_pid(void) {
-   return 0;
+static int xbt_fake_pid(void)
+{
+  return 0;
 }
 
-int_f_void_t xbt_getpid=xbt_fake_pid;
-
+int_f_void_t xbt_getpid = xbt_fake_pid;