Browse Source

include/starpu_task_list.h: remove empty line

Nathalie Furmento 13 years ago
parent
commit
a7aaba73f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/starpu_task_list.h

+ 0 - 1
include/starpu_task_list.h

@@ -54,7 +54,6 @@ struct starpu_task *starpu_task_list_pop_front(struct starpu_task_list *list);
 
 /* Remove the element at the back of the list */
 struct starpu_task *starpu_task_list_pop_back(struct starpu_task_list *list);
-						
 
 #ifdef __cplusplus
 }