summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2013-12-09 06:28:27 (GMT)
committerJason Evans <jasone@canonware.com>2013-12-09 06:28:27 (GMT)
commita4f124f59fa5f702231432a7e5fa45140ba81e2a (patch)
treeda6aa27d2cda084bc50dc81738f23905271fb3c1 /test/unit
parent2a83ed0284e92c7ba4bd4efe9df149ac724b2f26 (diff)
downloadjemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.zip
jemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.gz
jemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.bz2
Normalize #define whitespace.
Consistently use a tab rather than a space following #define.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/tsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/tsd.c b/test/unit/tsd.c
index 1160a79..71feb84 100644
--- a/test/unit/tsd.c
+++ b/test/unit/tsd.c
@@ -1,6 +1,6 @@
#include "test/jemalloc_test.h"
-#define THREAD_DATA 0x72b65c10
+#define THREAD_DATA 0x72b65c10
typedef unsigned int data_t;
@@ -18,7 +18,7 @@ data_cleanup(void *arg)
malloc_tsd_protos(, data, data_t)
malloc_tsd_externs(data, data_t)
-#define DATA_INIT 0x12345678
+#define DATA_INIT 0x12345678
malloc_tsd_data(, data, data_t, DATA_INIT)
malloc_tsd_funcs(, data, data_t, DATA_INIT, data_cleanup)