From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_sha2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_sha2.cpp') diff --git a/src/modules/m_sha2.cpp b/src/modules/m_sha2.cpp index a5cb35ea7..c68c579b9 100644 --- a/src/modules/m_sha2.cpp +++ b/src/modules/m_sha2.cpp @@ -45,7 +45,7 @@ template class HashSHA2 final : public HashProvider { - public: +public: HashSHA2(Module* parent, const std::string& Name, unsigned int osize, unsigned int bsize) : HashProvider(parent, Name, osize, bsize) { @@ -62,13 +62,13 @@ class HashSHA2 final class ModuleSHA2 final : public Module { - private: +private: HashSHA2 sha224algo; HashSHA2 sha256algo; HashSHA2 sha384algo; HashSHA2 sha512algo; - public: +public: ModuleSHA2() : Module(VF_VENDOR, "Allows other modules to generate SHA-2 hashes.") , sha224algo(this, "sha224", SHA224_DIGEST_SIZE, SHA224_BLOCK_SIZE) -- cgit v1.3.1-10-gc9f91