From: Andrea Grandi Date: Mon, 7 Mar 2016 11:20:01 +0000 (+0000) Subject: Add empty line after local variables X-Git-Tag: OpenSSL_1_1_0-pre4~203 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=363a1fc60273095702269b083cd948cc655551e3 Add empty line after local variables Reviewed-by: Matt Caswell Reviewed-by: Rich Salz --- 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++) {