Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed May 20, 2024
1 parent e823da9 commit c6db51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark/tls_bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static int run_all_CAST(void)
int ret = 0;
int cast_idx = 0;

for (cast_idx=0; cast_idx<FIPS_CAST_COUNT; cast_idx++) {
for (cast_idx = 0; cast_idx < FIPS_CAST_COUNT; cast_idx++) {
if ((ret = wc_RunCast_fips(cast_idx)) != 0) {
#ifdef NO_ERROR_STRINGS
fprintf(stderr,
Expand Down

0 comments on commit c6db51b

Please sign in to comment.