Skip to content

Commit

Permalink
Add empty line after local variables
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
  • Loading branch information
agrandi authored and Rich Salz committed Mar 9, 2016
1 parent 564e102 commit 363a1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 363a1fc

Please sign in to comment.