From a67dc94484cf9869793fc1861914b800a6559a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:10:02 -0500 Subject: fix indentation!!! --- src/hash/crc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hash/crc.h') diff --git a/src/hash/crc.h b/src/hash/crc.h index b3fdbf9..233debd 100644 --- a/src/hash/crc.h +++ b/src/hash/crc.h @@ -2,15 +2,15 @@ #include struct crc32_hash { - uint32_t crc; + uint32_t crc; }; struct crc16_hash { - uint16_t crc; + uint16_t crc; }; struct crc8_hash { - uint8_t crc; + uint8_t crc; }; uint8_t crc8(uint8_t*, size_t len); -- cgit v1.2.3