diff options
| author | Jason Evans <jasone@canonware.com> | 2017-01-19 21:41:41 -0800 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-01-20 21:45:53 -0800 |
| commit | c0cc5db8717dd1d890bd52b687d9eef64a49554f (patch) | |
| tree | 42473338d57c98edf669f8883862f5d1a44a1383 /src/mutex.c | |
| parent | f408643a4c90d51ab8ddc1d68610650d5db87edf (diff) | |
| download | platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.gz platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.bz2 platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.zip | |
Replace tabs following #define with spaces.
This resolves #564.
Diffstat (limited to 'src/mutex.c')
| -rw-r--r-- | src/mutex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mutex.c b/src/mutex.c index f883b9d7..f1aa155e 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -1,4 +1,4 @@ -#define JEMALLOC_MUTEX_C_ +#define JEMALLOC_MUTEX_C_ #include "jemalloc/internal/jemalloc_internal.h" #if defined(JEMALLOC_LAZY_LOCK) && !defined(_WIN32) @@ -6,7 +6,7 @@ #endif #ifndef _CRT_SPINCOUNT -#define _CRT_SPINCOUNT 4000 +#define _CRT_SPINCOUNT 4000 #endif /******************************************************************************/ |
