Code style: space after 'if'
[openssl.git] / crypto / dh / dh_ameth.c
index c6bfc2d3f45bcfbdffe058e5786d6486350bcfc5..ac72468bd14bf0a1b559cf8ac6bd146443a01d84 100644 (file)
@@ -160,7 +160,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;
     }