diff options
| author | Soikk | 2025-11-24 21:28:18 +0100 |
|---|---|---|
| committer | Soikk | 2025-11-24 21:28:18 +0100 |
| commit | faa700d552302c0bccb988a828bed8abde2ec74f (patch) | |
| tree | 2e43016a5d60b943a8f820678094455f2d98839b /src/crc64/crc64.h | |
| parent | 87d07d0af0edb4cf490aa04c7bf906bd5d785861 (diff) | |
| download | soikk-server-faa700d552302c0bccb988a828bed8abde2ec74f.tar.xz soikk-server-faa700d552302c0bccb988a828bed8abde2ec74f.tar.zst | |
Removed newlines at the end of header files
Diffstat (limited to 'src/crc64/crc64.h')
| -rwxr-xr-x | src/crc64/crc64.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
