fix some code with obvious wrong coding style
[openssl.git] / crypto / ec / ec_ameth.c
index 9ca023bbe3afd7e2835b5b5dc4c9d264a93f7ca4..69922380e1e8bd6988d8c6110abc2a19b3d991a1 100644 (file)
@@ -574,7 +574,7 @@ int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata,
         if (ecbits <= 0)
             goto err;
 
-        sz = (ecbits + 7 ) / 8;
+        sz = (ecbits + 7) / 8;
         if (!OSSL_PARAM_BLD_push_BN_pad(tmpl,
                                         OSSL_PKEY_PARAM_PRIV_KEY,
                                         priv_key, sz))