Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / teshsuite / simdag / network / test_reinit_costs.c
index 1fbd3da..c269ba7 100644 (file)
@@ -68,8 +68,8 @@ static SD_task_t create_root_with_costs()
   SD_task_t root;
 
   root = SD_task_create("Root", NULL, 1.0);
-  SD_task_schedule(root, 2, SD_workstation_get_list(), comp_cost, comm_cost,
-                   -1.0);
+  SD_task_schedule(root, 2, SD_workstation_get_list(), comp_cost,
+                   comm_cost, -1.0);
 
   return root;
 }