From 894874fe75ce079ad57e9d5e19813193b129152d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 04:57:48 -0400 Subject: Whitespace checkin --- modarith.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modarith.h') diff --git a/modarith.h b/modarith.h index fa430b61..c9062696 100644 --- a/modarith.h +++ b/modarith.h @@ -241,8 +241,8 @@ public: // left RandomizationParameter arg as ref in case RandomizationParameter becomes a more complicated struct { CRYPTOPP_UNUSED(ignore_for_now); - return Element(rng, Integer::Zero(), m_modulus - Integer::One()) ; - } + return Element(rng, Integer::Zero(), m_modulus - Integer::One()) ; + } //! \brief Compares two ModularArithmetic for equality //! \param rhs other ModularArithmetic -- cgit v1.2.1