Code style: space after 'if'
[openssl.git] / crypto / dh / dh_ameth.c
index 1dec109835817f433ab08242a6fe5c1f777b5a75..873eb2e22de804db1cac3e39c9583343e9532f24 100644 (file)
@@ -135,7 +135,7 @@ static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
     dh = pkey->pkey.dh;
 
     str = ASN1_STRING_new();
-    if(!str) {
+    if (!str) {
         DHerr(DH_F_DH_PUB_ENCODE, ERR_R_MALLOC_FAILURE);
         goto err;
     }