Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent (with eclipse)
[simgrid.git] / src / xbt / xbt_rl_time.c
index 34dde86..1f1f1c4 100644 (file)
@@ -18,8 +18,8 @@
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(gras_virtu);
 double xbt_time(void) {
-       return xbt_os_time();
+  return xbt_os_time();
 }
 void xbt_sleep(double sec) {
-       return xbt_os_sleep(sec);
+  xbt_os_sleep(sec);
 }