aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_genn.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/v3_genn.c')
-rw-r--r--crypto/x509/v3_genn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/v3_genn.c b/crypto/x509/v3_genn.c
index c71e5b9111..b3c3a5c545 100644
--- a/crypto/x509/v3_genn.c
+++ b/crypto/x509/v3_genn.c
@@ -62,7 +62,7 @@ int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src)
{
GENERAL_NAME *name;
- if (tgt == NULL){
+ if (tgt == NULL) {
ERR_raise(ERR_LIB_X509V3, X509V3_R_INVALID_NULL_ARGUMENT);
return 0;
}