fix some code with obvious wrong coding style
[openssl.git] / crypto / rsa / rsa_sp800_56b_gen.c
index df2240555bfd50869490731fc8b3db348a244d2a..0d9b8f4ed7a2d01f9e1f8781c24a2e6cbddae4b5 100644 (file)
@@ -125,7 +125,7 @@ int ossl_rsa_fips186_4_gen_prob_primes(RSA *rsa, RSA_ACVP_TEST *test,
     if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->p, Xpo, p1, p2, Xp, Xp1, Xp2,
                                                nbits, e, ctx, cb))
         goto err;
-    for(;;) {
+    for (;;) {
         /* (Step 5) Generate q, Xq*/
         if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1,
                                                    Xq2, nbits, e, ctx, cb))