From c7a7385d5280e5adca0bc944afc0f86171fa9feb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 12 Oct 2017 14:02:26 -0400 Subject: [PATCH] Clear missing newline warning --- blake2-simd.cpp | 2 +- crc-simd.cpp | 2 +- gcm-simd.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blake2-simd.cpp b/blake2-simd.cpp index 46008665..0d194034 100644 --- a/blake2-simd.cpp +++ b/blake2-simd.cpp @@ -2183,4 +2183,4 @@ void BLAKE2_Compress64_NEON(const byte* input, BLAKE2_State& state } #endif // CRYPTOPP_BOOL_ARM32 && CRYPTOPP_ARM_NEON_AVAILABLE -NAMESPACE_END \ No newline at end of file +NAMESPACE_END diff --git a/crc-simd.cpp b/crc-simd.cpp index 5a7e77d2..2ac8cfb3 100644 --- a/crc-simd.cpp +++ b/crc-simd.cpp @@ -158,4 +158,4 @@ void CRC32C_Update_SSE42(const byte *s, size_t n, word32& c) } #endif -NAMESPACE_END \ No newline at end of file +NAMESPACE_END diff --git a/gcm-simd.cpp b/gcm-simd.cpp index 66e18404..e895c5bb 100644 --- a/gcm-simd.cpp +++ b/gcm-simd.cpp @@ -617,4 +617,4 @@ void GCM_ReverseHashBufferIfNeeded_CLMUL(byte *hashBuffer) } #endif -NAMESPACE_END \ No newline at end of file +NAMESPACE_END