summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-17 17:30:25 (GMT)
committerJason Evans <jasone@canonware.com>2016-04-17 20:44:59 (GMT)
commit1423ee9016f1e7cb0cf3302207bcc488ce4374fc (patch)
treef9cf317a06f90548d24236d6fdb65c4b15cc8361 /src
parent1b5830178fe73d4018233fea6858fff87d2b19df (diff)
downloadjemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.zip
jemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.tar.gz
jemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.tar.bz2
Fix style nits.
Diffstat (limited to 'src')
-rw-r--r--src/tsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsd.c b/src/tsd.c
index 38d8bde..aeaa5e1 100644
--- a/src/tsd.c
+++ b/src/tsd.c
@@ -77,7 +77,7 @@ tsd_cleanup(void *arg)
/* Do nothing. */
break;
case tsd_state_nominal:
-#define O(n, t) \
+#define O(n, t) \
n##_cleanup(tsd);
MALLOC_TSD
#undef O