Clear missing newline warning

This commit is contained in:
Jeffrey Walton 2017-10-12 14:02:26 -04:00
parent 24a19b7a18
commit c7a7385d52
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 3 additions and 3 deletions

View File

@ -2183,4 +2183,4 @@ void BLAKE2_Compress64_NEON(const byte* input, BLAKE2_State<word64, true>& state
}
#endif // CRYPTOPP_BOOL_ARM32 && CRYPTOPP_ARM_NEON_AVAILABLE
NAMESPACE_END
NAMESPACE_END

View File

@ -158,4 +158,4 @@ void CRC32C_Update_SSE42(const byte *s, size_t n, word32& c)
}
#endif
NAMESPACE_END
NAMESPACE_END

View File

@ -617,4 +617,4 @@ void GCM_ReverseHashBufferIfNeeded_CLMUL(byte *hashBuffer)
}
#endif
NAMESPACE_END
NAMESPACE_END