Browse Source

fix indent

Samuel Thibault 9 years ago
parent
commit
200396c024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/task.c

+ 1 - 1
src/core/task.c

@@ -682,7 +682,7 @@ int starpu_task_submit(struct starpu_task *task)
 
 
 	ret = _starpu_submit_job(j);
 	ret = _starpu_submit_job(j);
 #ifdef STARPU_SIMGRID
 #ifdef STARPU_SIMGRID
-    MSG_process_sleep(0.0000001);
+	MSG_process_sleep(0.0000001);
 #endif
 #endif
 
 
 	if (is_sync)
 	if (is_sync)