Add empty line after local variables
authorAndrea Grandi <andrea.grandi@intel.com>
Mon, 7 Mar 2016 11:20:01 +0000 (11:20 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Mar 2016 02:04:09 +0000 (21:04 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/speed.c

index dbcce04a497b5ec705818a3d4b84fc74f7339379..d80a4055d505c77fa7768f5cd829444cbe85eb30 100644 (file)
@@ -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++) {