diff options
Diffstat (limited to 'src/core/thread.h')
| -rw-r--r-- | src/core/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/thread.h b/src/core/thread.h index 062941a1..8ef463e5 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -27,7 +27,7 @@ typedef struct { nni_plat_mtx mtx; nni_plat_cv cv; nni_thr_func fn; - void *arg; + void * arg; int start; int stop; int done; @@ -49,4 +49,4 @@ extern int nni_thr_init(nni_thr *thr, nni_thr_func fn, void *arg); extern void nni_thr_fini(nni_thr *thr); extern void nni_thr_run(nni_thr *thr); -#endif CORE_THREAD_H
\ No newline at end of file +#endif CORE_THREAD_H |
