瀏覽代碼

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);