summaryrefslogtreecommitdiff
path: root/sha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sha.cpp')
-rw-r--r--sha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha.cpp b/sha.cpp
index 69577f3d..aeaf95b0 100644
--- a/sha.cpp
+++ b/sha.cpp
@@ -1189,7 +1189,7 @@ void SHA512_HashBlock_CXX(word64 *state, const word64 *data)
/* Copy context->state[] to working vars */
std::memcpy(T, state, sizeof(T));
-
+
/* Solaris/Sparc64 crash */
std::memcpy(D, data, sizeof(D));