From 93d144f0930821590524247bd174afd38003d7f0 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 20 Oct 2023 23:25:14 +0300 Subject: liblzma: CRC: Add empty lines. And remove one too. --- src/liblzma/check/crc64_fast.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/liblzma/check/crc64_fast.c') diff --git a/src/liblzma/check/crc64_fast.c b/src/liblzma/check/crc64_fast.c index 4e6633db..ce74901c 100644 --- a/src/liblzma/check/crc64_fast.c +++ b/src/liblzma/check/crc64_fast.c @@ -14,6 +14,7 @@ #include "check.h" #include "crc_common.h" + #ifdef CRC_GENERIC ///////////////////////////////// @@ -75,7 +76,9 @@ crc64_generic(const uint8_t *buf, size_t size, uint64_t crc) } #endif + #if defined(CRC_GENERIC) && defined(CRC_CLMUL) + ////////////////////////// // Function dispatching // ////////////////////////// -- cgit v1.2.3