aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2013-12-08 22:28:27 -0800
committerJason Evans <jasone@canonware.com>2013-12-08 22:28:27 -0800
commita4f124f59fa5f702231432a7e5fa45140ba81e2a (patch)
treeda6aa27d2cda084bc50dc81738f23905271fb3c1 /src/mutex.c
parent2a83ed0284e92c7ba4bd4efe9df149ac724b2f26 (diff)
downloadplatform_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.c2
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
/******************************************************************************/