From f5b86ab574dda467c6a407e557aaa81d5a1812bf Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 24 Oct 2023 09:40:56 -0700 Subject: [PATCH] Trim the space --- src/sig_stfl/sig_stfl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sig_stfl/sig_stfl.h b/src/sig_stfl/sig_stfl.h index 3003a6d76a..04eee3fd57 100644 --- a/src/sig_stfl/sig_stfl.h +++ b/src/sig_stfl/sig_stfl.h @@ -165,8 +165,8 @@ OQS_API int OQS_SIG_STFL_alg_is_enabled(const char *method_name); */ typedef struct OQS_SIG_STFL { - /** - * A local ordinal representing the LMS/XMSS OID parameter of the signature scheme. + /** + * A local ordinal representing the LMS/XMSS OID parameter of the signature scheme. * This OID is unrelated to ASN.1 OID or anything, it's only for LMS/XMSS internal usage. */ uint32_t oid;