summaryrefslogtreecommitdiff
path: root/sha_simd.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-19 04:55:45 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-19 04:55:45 -0500
commit4c192ecc1847e79c32a0ce596d838eb9586e77c8 (patch)
tree44b9bc4f05158fa8d70472ab6e86278555741a1e /sha_simd.cpp
parent7d637ded9c0b71d444b0c96fafd3a6fb3a1ed76b (diff)
downloadcryptopp-git-4c192ecc1847e79c32a0ce596d838eb9586e77c8.tar.gz
Whitespace check-in
Diffstat (limited to 'sha_simd.cpp')
-rw-r--r--sha_simd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sha_simd.cpp b/sha_simd.cpp
index 722ca748..2795c41a 100644
--- a/sha_simd.cpp
+++ b/sha_simd.cpp
@@ -1096,7 +1096,7 @@ uint32x4_p VecLoad32(const word32* data, int offset)
template<class T> inline
void VecStore32(const T data, word32 dest[4])
{
- VecStore(data, dest);
+ VecStore(data, dest);
}
inline
@@ -1320,7 +1320,7 @@ void SHA256_HashMultipleBlocks_POWER8(word32 *state, const word32 *data, size_t
inline
void VecStore64(const uint64x2_p val, word64* data)
{
- VecStore(val, data);
+ VecStore(val, data);
}
inline