aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-03 15:17:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-03 15:17:05 -0700
commita044424430a2b9d57318c3fc92c471dfa01075d1 (patch)
treeec59c2fd2316bd151d5ec75a48afd5007a303f6e /test
parent3a20cec8a354d91e1f43f88f9fec5564cf38eab2 (diff)
clang-format
Diffstat (limited to 'test')
-rw-r--r--test/core/support/arena_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/arena_test.c b/test/core/support/arena_test.c
index ab45fac4c2..9eba8a0fa6 100644
--- a/test/core/support/arena_test.c
+++ b/test/core/support/arena_test.c
@@ -86,7 +86,7 @@ static void test(const char *name, size_t init_size, const size_t *allocs,
#define CONCURRENT_TEST_THREADS 100
size_t concurrent_test_iterations() {
- if (sizeof(void*) < 8) return 1000;
+ if (sizeof(void *) < 8) return 1000;
return 100000;
}