From 4c192ecc1847e79c32a0ce596d838eb9586e77c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 19 Nov 2018 04:55:45 -0500 Subject: [PATCH] Whitespace check-in --- sha_simd.cpp | 4 ++-- 1 file 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 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