whitespace

This commit is contained in:
Anthony Hu 2021-10-04 18:35:09 -04:00
parent f77a5e26b5
commit 41b9b14cfb
1 changed files with 1 additions and 1 deletions

View File

@ -2110,7 +2110,7 @@ int bench_tls(void* args)
break;
}
}
#endif
#endif
/* target next cipher */
cipher = (next_cipher != NULL) ? (next_cipher + 1) : NULL;
} /* while */