From 363a1fc60273095702269b083cd948cc655551e3 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Mon, 7 Mar 2016 11:20:01 +0000 Subject: [PATCH] Add empty line after local variables Reviewed-by: Matt Caswell Reviewed-by: Rich Salz --- apps/speed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/speed.c b/apps/speed.c index dbcce04a49..d80a4055d5 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -1156,6 +1156,7 @@ static int run_benchmark(int async_jobs, int (*loop_function)(void *), loopargs_ int select_result = 0; OSSL_ASYNC_FD max_fd = 0; fd_set waitfdset; + FD_ZERO(&waitfdset); for (i = 0; i < async_jobs && num_inprogress > 0; i++) { -- GitLab