diff options
author | Jason Evans <jasone@canonware.com> | 2017-01-20 05:41:41 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-01-21 05:45:53 (GMT) |
commit | c0cc5db8717dd1d890bd52b687d9eef64a49554f (patch) | |
tree | 42473338d57c98edf669f8883862f5d1a44a1383 /test/unit/qr.c | |
parent | f408643a4c90d51ab8ddc1d68610650d5db87edf (diff) | |
download | jemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.zip jemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.gz jemalloc-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.bz2 |
Replace tabs following #define with spaces.
This resolves #564.
Diffstat (limited to 'test/unit/qr.c')
-rw-r--r-- | test/unit/qr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/qr.c b/test/unit/qr.c index 9a72d30..80c5c27 100644 --- a/test/unit/qr.c +++ b/test/unit/qr.c @@ -1,9 +1,9 @@ #include "test/jemalloc_test.h" /* Number of ring entries, in [2..26]. */ -#define NENTRIES 9 +#define NENTRIES 9 /* Split index, in [1..NENTRIES). */ -#define SPLIT_INDEX 5 +#define SPLIT_INDEX 5 typedef struct ring_s ring_t; |