Преглед на файлове

include/starpu_task.h: remove trailing whitespaces

Nathalie Furmento преди 12 години
родител
ревизия
5dab73f547
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      include/starpu_task.h

+ 3 - 3
include/starpu_task.h

@@ -205,12 +205,12 @@ struct starpu_task
 	/* Scheduling context */
 	unsigned sched_ctx;
 
-	/* flag to differentiate tasks needed by starpu management purposes 
+	/* flag to differentiate tasks needed by starpu management purposes
 	 from the ones provided by the appl*/
 	unsigned control_task;
 
 	int hypervisor_tag;
-	
+
 	/* Number of flops computed by this tag, used by resource reallocation for contexts */
 	double flops;
 
@@ -330,7 +330,7 @@ int starpu_task_wait(struct starpu_task *task) STARPU_WARN_UNUSED_RESULT;
  * been executed. */
 int starpu_task_wait_for_all(void);
 
-int starpu_task_wait_for_all_in_ctx(unsigned sched_ctx);
+int starpu_task_wait_for_all_in_ctx(unsigned sched_ctx_id);
 
 /* This function waits until there is no more ready task. */
 int starpu_task_wait_for_no_ready(void);