summaryrefslogtreecommitdiff
path: root/test/csuite/wt2853_perf/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/csuite/wt2853_perf/main.c')
-rw-r--r--test/csuite/wt2853_perf/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/csuite/wt2853_perf/main.c b/test/csuite/wt2853_perf/main.c
index 016b7500145..67ba4a20ada 100644
--- a/test/csuite/wt2853_perf/main.c
+++ b/test/csuite/wt2853_perf/main.c
@@ -186,7 +186,8 @@ main(int argc, char *argv[])
return (0);
}
-static void *thread_insert(void *arg)
+static void *
+thread_insert(void *arg)
{
TEST_OPTS *opts;
THREAD_ARGS *threadargs;
@@ -252,7 +253,8 @@ static void *thread_insert(void *arg)
return (NULL);
}
-static void *thread_get(void *arg)
+static void *
+thread_get(void *arg)
{
SHARED_OPTS *sharedopts;
TEST_OPTS *opts;