Logo AND Algorithmique Numérique Distribuée

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