summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-23 07:08:33 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-23 07:08:33 -0400
commit322cda8e6e9ae81e02102b0a38ee909a7b22dfea (patch)
treef6b9a04ad40df99ff5f6a028388cb6818948e082
parent88af6d7230df9e329750e199301fddcdca80844b (diff)
downloadcryptopp-git-322cda8e6e9ae81e02102b0a38ee909a7b22dfea.tar.gz
Whitespace check-in
-rw-r--r--fips140.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips140.cpp b/fips140.cpp
index 02e1af6a..bbccde55 100644
--- a/fips140.cpp
+++ b/fips140.cpp
@@ -35,13 +35,13 @@ PowerUpSelfTestStatus CRYPTOPP_API GetPowerUpSelfTestStatus()
{
return g_powerUpSelfTestStatus;
}
-
+
#if CRYPTOPP_ENABLE_COMPLIANCE_WITH_FIPS_140_2
// One variable for all threads for compatibility. Previously this
// was a ThreadLocalStorage variable, which is per-thread. Also see
// https://github.com/weidai11/cryptopp/issues/208
static bool s_inProgress = false;
-#endif
+#endif
bool PowerUpSelfTestInProgressOnThisThread()
{