From 2f34ad7943ff6c029c8a9a7d87cb8838f4c6a081 Mon Sep 17 00:00:00 2001 From: philsmd Date: Thu, 25 Jun 2020 17:05:32 +0200 Subject: [PATCH] remove extra newline in blake2b include file --- OpenCL/inc_hash_blake2b.h | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenCL/inc_hash_blake2b.h b/OpenCL/inc_hash_blake2b.h index 798b651b7..702027ce1 100644 --- a/OpenCL/inc_hash_blake2b.h +++ b/OpenCL/inc_hash_blake2b.h @@ -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