Fix style nits.

This commit is contained in:
Jason Evans
2016-04-17 10:30:25 -07:00
parent 1b5830178f
commit 1423ee9016
5 changed files with 6 additions and 6 deletions

View File

@@ -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