summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-18 17:50:54 +1000
committerPauli <pauli@openssl.org>2021-06-19 15:54:06 +1000
commitd05bfc12541c95fb41a560cb813255c6aafdb2d7 (patch)
tree5c08d739443e422f8be607637868b1035de19bdd /crypto/property
parenta0430488c12036f88d52c96ca941199571304786 (diff)
crypto: repalce tabs with spaces
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/property/property.c b/crypto/property/property.c
index 535120b581..c3f1c5ac58 100644
--- a/crypto/property/property.c
+++ b/crypto/property/property.c
@@ -412,7 +412,7 @@ int ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid,
#ifndef FIPS_MODULE
if (!OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, NULL))
- return 0;
+ return 0;
#endif
if (nid <= 0 || method == NULL || store == NULL)