commit | a044424430a2b9d57318c3fc92c471dfa01075d1 | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Mon Apr 03 15:17:05 2017 -0700 |
committer | Craig Tiller <ctiller@google.com> | Mon Apr 03 15:17:05 2017 -0700 |
tree | ec59c2fd2316bd151d5ec75a48afd5007a303f6e | |
parent | 3a20cec8a354d91e1f43f88f9fec5564cf38eab2 [diff] |
clang-format
diff --git a/test/core/support/arena_test.c b/test/core/support/arena_test.c index ab45fac..9eba8a0 100644 --- a/test/core/support/arena_test.c +++ b/test/core/support/arena_test.c
@@ -86,7 +86,7 @@ #define CONCURRENT_TEST_THREADS 100 size_t concurrent_test_iterations() { - if (sizeof(void*) < 8) return 1000; + if (sizeof(void *) < 8) return 1000; return 100000; }