From faa700d552302c0bccb988a828bed8abde2ec74f Mon Sep 17 00:00:00 2001 From: Soikk Date: Mon, 24 Nov 2025 21:28:18 +0100 Subject: Removed newlines at the end of header files --- src/crc64/crc64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crc64/crc64.h') diff --git a/src/crc64/crc64.h b/src/crc64/crc64.h index e031e76..c1bd82c 100755 --- a/src/crc64/crc64.h +++ b/src/crc64/crc64.h @@ -8,4 +8,4 @@ uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l); -#endif +#endif \ No newline at end of file -- cgit v1.2.3