whitespace

This commit is contained in:
Anthony Hu
2021-10-04 18:35:09 -04:00
parent f77a5e26b5
commit 41b9b14cfb

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 */