소스 검색

include/starpu_task_list.h: remove empty line

Nathalie Furmento 13 년 전
부모
커밋
a7aaba73f1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
 }