Browse Source

include/starpu_sched_component.h: fix typesetting

Nathalie Furmento 10 years ago
parent
commit
e74b2b2fa2
1 changed files with 2 additions and 3 deletions
  1. 2 3
      include/starpu_sched_component.h

+ 2 - 3
include/starpu_sched_component.h

@@ -91,8 +91,7 @@ struct starpu_sched_component
 	 *
 	 * the caller must ensure that component is able to execute task
 	 */
-	int (*push_task)(struct starpu_sched_component *,
-			 struct starpu_task *);
+	int (*push_task)(struct starpu_sched_component *, struct starpu_task *);
 	/* this function is called by workers to get a task on them parents
 	 * this function should first return a localy stored task or perform
 	 * a recursive call on parent
@@ -363,7 +362,7 @@ struct starpu_sched_specs
 	int mix_heterogeneous_workers;
 };
 
-struct starpu_sched_tree *starpu_sched_component_make_scheduler(unsigned sched_ctx_id, struct starpu_sched_specs);
+struct starpu_sched_tree *starpu_sched_component_make_scheduler(unsigned sched_ctx_id, struct starpu_sched_specs s);
 #endif /* STARPU_HAVE_HWLOC */
 
 #ifdef __cplusplus