summaryrefslogtreecommitdiffstats
path: root/test/src/math.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-01-20 05:41:41 (GMT)
committerJason Evans <jasone@canonware.com>2017-01-21 05:45:53 (GMT)
commitc0cc5db8717dd1d890bd52b687d9eef64a49554f (patch)
tree42473338d57c98edf669f8883862f5d1a44a1383 /test/src/math.c
parentf408643a4c90d51ab8ddc1d68610650d5db87edf (diff)
downloadjemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.zip
jemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.gz
jemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.bz2
Replace tabs following #define with spaces.
This resolves #564.
Diffstat (limited to 'test/src/math.c')
-rw-r--r--test/src/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/math.c b/test/src/math.c
index 887a363..1758c67 100644
--- a/test/src/math.c
+++ b/test/src/math.c
@@ -1,2 +1,2 @@
-#define MATH_C_
+#define MATH_C_
#include "test/jemalloc_test.h"