Skip to content

Commit c6db51b

Browse files
committed
fixed formatting
1 parent e823da9 commit c6db51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/benchmark/tls_bench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ static int run_all_CAST(void)
390390
int ret = 0;
391391
int cast_idx = 0;
392392

393-
for (cast_idx=0; cast_idx<FIPS_CAST_COUNT; cast_idx++) {
393+
for (cast_idx = 0; cast_idx < FIPS_CAST_COUNT; cast_idx++) {
394394
if ((ret = wc_RunCast_fips(cast_idx)) != 0) {
395395
#ifdef NO_ERROR_STRINGS
396396
fprintf(stderr,

0 commit comments

Comments
 (0)