diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-23 02:08:40 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-23 02:08:40 -0800 |
| commit | 229d4c7decb71fd607aaec14ecbae81e380cc700 (patch) | |
| tree | f35cef9f46113d86a6b33d04c188bbdb948cf150 /src/core/platform.h | |
| parent | 471a454900ab6142e5a3c1f53866996172d2aad4 (diff) | |
| download | nng-229d4c7decb71fd607aaec14ecbae81e380cc700.tar.gz nng-229d4c7decb71fd607aaec14ecbae81e380cc700.tar.bz2 nng-229d4c7decb71fd607aaec14ecbae81e380cc700.zip | |
Uncrustify fixes.
Diffstat (limited to 'src/core/platform.h')
| -rw-r--r-- | src/core/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/platform.h b/src/core/platform.h index 84477853..21793086 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -113,7 +113,7 @@ extern void nni_cond_wait(nni_cond *); // check the condition. It will return either NNG_ETIMEDOUT, or 0. extern int nni_cond_waituntil(nni_cond *, nni_time); -typedef struct nni_thread nni_thread; +typedef struct nni_thread nni_thread; // nni_thread_creates a thread that runs the given function. The thread // receives a single argument. |
