Commit a7b0d678ab for openssl.org

commit a7b0d678ab4272d8bd48910c8a28c727bb6d2510
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Wed Jan 28 16:07:08 2026 +0100

    Apply clang-format to the source tree

    Ensure that all the source files are formatted with the current
    .clang-format configuration, to avoid spurious clang-format checker
    errors when arbitrary files are touched.

    Complements: 1b0f21f0555c "Implementing store support for EVP_SKEY"
    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    Reviewed-by: Richard Levitte <levitte@openssl.org>
    Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
    MergeDate: Wed Feb 11 07:35:04 2026
    (Merged from https://github.com/openssl/openssl/pull/29852)

diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c
index afde022997..eb885c6ec8 100644
--- a/crypto/store/store_err.c
+++ b/crypto/store/store_err.c
@@ -39,7 +39,7 @@ static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {
     { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PUBLIC_KEY),
         "not a public key" },
     { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_SYMMETRIC_KEY),
-     "not a symmetric key" },
+        "not a symmetric key" },
     { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_PARAMETERS),
         "not parameters" },
     { ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NO_LOADERS_FOUND),