crypto: repalce tabs with spaces
[openssl.git] / crypto / property / property.c
index 535120b581241780663d8a33bc96a9e33e1af0ed..c3f1c5ac587f46ca953cfaf0376f4139dd950e7d 100644 (file)
@@ -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)