diff options
| author | Jason Evans <jasone@canonware.com> | 2013-12-08 22:28:27 -0800 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2013-12-08 22:28:27 -0800 |
| commit | a4f124f59fa5f702231432a7e5fa45140ba81e2a (patch) | |
| tree | da6aa27d2cda084bc50dc81738f23905271fb3c1 /src/mutex.c | |
| parent | 2a83ed0284e92c7ba4bd4efe9df149ac724b2f26 (diff) | |
| download | platform_external_jemalloc_new-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.gz platform_external_jemalloc_new-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.bz2 platform_external_jemalloc_new-a4f124f59fa5f702231432a7e5fa45140ba81e2a.zip | |
Normalize #define whitespace.
Consistently use a tab rather than a space following #define.
Diffstat (limited to 'src/mutex.c')
| -rw-r--r-- | src/mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex.c b/src/mutex.c index 55e18c23..788eca38 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -6,7 +6,7 @@ #endif #ifndef _CRT_SPINCOUNT -#define _CRT_SPINCOUNT 4000 +#define _CRT_SPINCOUNT 4000 #endif /******************************************************************************/ |
