diff options
| author | Jason Evans <jasone@canonware.com> | 2017-01-19 21:41:41 -0800 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-01-20 21:45:53 -0800 |
| commit | c0cc5db8717dd1d890bd52b687d9eef64a49554f (patch) | |
| tree | 42473338d57c98edf669f8883862f5d1a44a1383 /test/unit/pack.c | |
| parent | f408643a4c90d51ab8ddc1d68610650d5db87edf (diff) | |
| download | platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.gz platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.tar.bz2 platform_external_jemalloc_new-c0cc5db8717dd1d890bd52b687d9eef64a49554f.zip | |
Replace tabs following #define with spaces.
This resolves #564.
Diffstat (limited to 'test/unit/pack.c')
| -rw-r--r-- | test/unit/pack.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/pack.c b/test/unit/pack.c index 3edd405d..d35ac5ea 100644 --- a/test/unit/pack.c +++ b/test/unit/pack.c @@ -7,9 +7,9 @@ const char *malloc_conf = "decay_time:-1"; * Size class that is a divisor of the page size, ideally 4+ regions per run. */ #if LG_PAGE <= 14 -#define SZ (ZU(1) << (LG_PAGE - 2)) +#define SZ (ZU(1) << (LG_PAGE - 2)) #else -#define SZ 4096 +#define SZ 4096 #endif /* @@ -17,7 +17,7 @@ const char *malloc_conf = "decay_time:-1"; * if mmap()ed memory grows downward, downward growth of mmap()ed memory is * tested. */ -#define NSLABS 8 +#define NSLABS 8 static unsigned binind_compute(void) { |
