diff options
Diffstat (limited to 'src/core/crc64.hh')
| -rw-r--r-- | src/core/crc64.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crc64.hh b/src/core/crc64.hh index da4ad2c..642afea 100644 --- a/src/core/crc64.hh +++ b/src/core/crc64.hh @@ -9,4 +9,4 @@ std::uint64_t get(const std::vector<std::byte>& buffer, std::uint64_t combine = std::uint64_t get(const std::string& buffer, std::uint64_t combine = UINT64_C(0)); } // namespace crc64 -#endif /* CORE_CRC64_HH */ +#endif // CORE_CRC64_HH |
