From 9a81d45983eb5cf2a77d2118d510e31981430086 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 29 Nov 2021 10:56:11 -0500 Subject: Whitespace check-in --- cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptlib.h') diff --git a/cryptlib.h b/cryptlib.h index b6acf1b8..7e9c84e1 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -2815,7 +2815,7 @@ public: /// \details MaxSignatureLength() returns the maximum signature length produced given the length of the /// recoverable message part. virtual size_t MaxSignatureLength(size_t recoverablePartLength = 0) const - {CRYPTOPP_UNUSED(recoverablePartLength); return SignatureLength();} + {CRYPTOPP_UNUSED(recoverablePartLength); return SignatureLength();} /// \brief Provides the length of longest message that can be recovered /// \return the length of longest message that can be recovered, in bytes -- cgit v1.2.1