From 795aebbee77bb74d8792df96dfe1aa79ec9548fc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 10 Jul 2017 15:02:38 -0700 Subject: Give up on uncrustify; switch to clang-format. --- src/core/thread.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/core/thread.h') diff --git a/src/core/thread.h b/src/core/thread.h index b99c8ffb..ebd8db83 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -22,15 +22,15 @@ struct nni_cv { }; struct nni_thr { - nni_plat_thr thr; - nni_plat_mtx mtx; - nni_plat_cv cv; - nni_thr_func fn; - void * arg; - int start; - int stop; - int done; - int init; + nni_plat_thr thr; + nni_plat_mtx mtx; + nni_plat_cv cv; + nni_thr_func fn; + void * arg; + int start; + int stop; + int done; + int init; }; // nni_mtx_init initializes the mutex. (Win32 programmers take note; -- cgit v1.2.3-70-g09d2