diff options
author | Jason Evans <jasone@canonware.com> | 2016-04-17 17:30:25 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-04-17 20:44:59 (GMT) |
commit | 1423ee9016f1e7cb0cf3302207bcc488ce4374fc (patch) | |
tree | f9cf317a06f90548d24236d6fdb65c4b15cc8361 /src | |
parent | 1b5830178fe73d4018233fea6858fff87d2b19df (diff) | |
download | jemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.zip jemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.tar.gz jemalloc-1423ee9016f1e7cb0cf3302207bcc488ce4374fc.tar.bz2 |
Fix style nits.
Diffstat (limited to 'src')
-rw-r--r-- | src/tsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |