From eb57dc5481d135139303e843054e2ef6b0c57f8f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 15 Aug 2018 05:34:05 -0400 Subject: [PATCH] Whitespace check-in --- simon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon.h b/simon.h index 51a730de..d96400ef 100644 --- a/simon.h +++ b/simon.h @@ -63,7 +63,7 @@ template struct SIMON_Base { virtual ~SIMON_Base() {} -SIMON_Base() : m_kwords(0), m_rounds(0) {} + SIMON_Base() : m_kwords(0), m_rounds(0) {} typedef SecBlock > AlignedSecBlock; mutable AlignedSecBlock m_wspace; // workspace