diff options
| -rw-r--r-- | src/core/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/thread.h b/src/core/thread.h index 48da4bf0..d896b909 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -86,4 +86,4 @@ extern void nni_thr_run(nni_thr *thr); // at all. extern void nni_thr_wait(nni_thr *thr); -#endif CORE_THREAD_H +#endif // CORE_THREAD_H |
