diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:55:12 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:55:12 -0800 |
| commit | 7d7b8093428b091ee8ef5ec899161f82df0af1d4 (patch) | |
| tree | ef2aae699d6ac55890c845ecd826a8405856cd05 /src/core/platform.h | |
| parent | 783470724ed22b315f2ecc4e3b1ac9d199d44ea2 (diff) | |
| download | nng-7d7b8093428b091ee8ef5ec899161f82df0af1d4.tar.gz nng-7d7b8093428b091ee8ef5ec899161f82df0af1d4.tar.bz2 nng-7d7b8093428b091ee8ef5ec899161f82df0af1d4.zip | |
Uncrustify.
Diffstat (limited to 'src/core/platform.h')
| -rw-r--r-- | src/core/platform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/platform.h b/src/core/platform.h index 7b39ac8b..15ef6843 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -60,9 +60,9 @@ extern void *nni_alloc(size_t); // Most implementations can just call free() here. extern void nni_free(void *, size_t); -typedef struct nni_plat_mtx nni_plat_mtx; -typedef struct nni_plat_cv nni_plat_cv; -typedef struct nni_plat_thr nni_plat_thr; +typedef struct nni_plat_mtx nni_plat_mtx; +typedef struct nni_plat_cv nni_plat_cv; +typedef struct nni_plat_thr nni_plat_thr; // Mutex handling. |
