From b608ac9e19476fb40f216050ca920c74ea3f32cd Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Mon, 7 Oct 2024 04:00:15 -0700 Subject: [PATCH] format --- include/aws/checksums/private/crc_util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/aws/checksums/private/crc_util.h b/include/aws/checksums/private/crc_util.h index 5282454..917c024 100644 --- a/include/aws/checksums/private/crc_util.h +++ b/include/aws/checksums/private/crc_util.h @@ -50,5 +50,4 @@ static inline uint64_t aws_swap_bytes_if_needed_64(uint64_t x) { return x >> 32 | x << 32; } - #endif /* AWS_CHECKSUMS_PRIVATE_CRC_UTIL_H */