Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 7, 2024
1 parent abdc60f commit b608ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/aws/checksums/private/crc_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit b608ac9

Please sign in to comment.