remove extra newline in blake2b include file

pull/2468/head
philsmd 4 years ago
parent bd9304724c
commit 2f34ad7943
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -86,5 +86,4 @@ DECLSPEC void blake2b_init_vector (blake2b_ctx_vector_t *ctx);
DECLSPEC void blake2b_update_vector (blake2b_ctx_vector_t *ctx, const u32x *w, const u32 len);
DECLSPEC void blake2b_final_vector (blake2b_ctx_vector_t *ctx);
#endif // _INC_HASH_BLAKE2B_H

Loading…
Cancel
Save