소스 검색

src/common/barrier_counter.h: update code style

Nathalie Furmento 12 년 전
부모
커밋
9d227b7b75
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/common/barrier_counter.h

+ 4 - 2
src/common/barrier_counter.h

@@ -13,12 +13,14 @@
  *
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
+
 #include <common/utils.h>
 #include <common/barrier.h>
 
-struct _starpu_barrier_counter {
+struct _starpu_barrier_counter
+{
 	struct _starpu_barrier barrier;
-	_starpu_pthread_cond_t cond2;
+	starpu_pthread_cond_t cond2;
 };
 
 int _starpu_barrier_counter_init(struct _starpu_barrier_counter *barrier_c, int count);