summaryrefslogtreecommitdiffstats
path: root/test/stress
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-03-23 22:32:07 (GMT)
committerJason Evans <jasone@canonware.com>2016-03-23 23:15:42 (GMT)
commitf6bd2e5a178aed23398996f008feee5bf070a624 (patch)
tree29afd7cdab0e1dee378702df4857c65346fd669d /test/stress
parent6a885198c2a27333f1fcfae5637dc2377189a3a3 (diff)
downloadjemalloc-f6bd2e5a178aed23398996f008feee5bf070a624.zip
jemalloc-f6bd2e5a178aed23398996f008feee5bf070a624.tar.gz
jemalloc-f6bd2e5a178aed23398996f008feee5bf070a624.tar.bz2
Code formatting fixes.
Diffstat (limited to 'test/stress')
-rw-r--r--test/stress/microbench.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/stress/microbench.c b/test/stress/microbench.c
index ee39fea..7dc45f8 100644
--- a/test/stress/microbench.c
+++ b/test/stress/microbench.c
@@ -1,7 +1,8 @@
#include "test/jemalloc_test.h"
JEMALLOC_INLINE_C void
-time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, void (*func)(void))
+time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter,
+ void (*func)(void))
{
uint64_t i;