summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/stress/microbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/stress/microbench.c')
-rw-r--r--deps/jemalloc/test/stress/microbench.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/jemalloc/test/stress/microbench.c b/deps/jemalloc/test/stress/microbench.c
index 7dc45f89c..ee39fea7f 100644
--- a/deps/jemalloc/test/stress/microbench.c
+++ b/deps/jemalloc/test/stress/microbench.c
@@ -1,8 +1,7 @@
#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;