Procházet zdrojové kódy

include/starpu_task_list.h: remove empty line

Nathalie Furmento před 13 roky
rodič
revize
a7aaba73f1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
 }