Moved opening brace to the same line.

This commit is contained in:
Martin Kinčl
2019-05-23 16:13:34 +02:00
parent ad8f9c6134
commit 6cbe8219a3

View File

@@ -2150,8 +2150,7 @@ int wc_DhGenerateParams(WC_RNG *rng, int modSz, DhKey *dh)
!= MP_OKAY) {
ret = MP_INIT_E;
}
else
{
else {
/* tmp and tmp2 are initialized */
tmp_valid = 1;
}