From 3f7edc673cf21b3e4db3e2f11746905e0a393db7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 10 May 2024 15:52:26 +0300 Subject: [PATCH] liblzma: Fix a comment indentation (cherry picked from commit afd9b4d282a10186808c3331dad4caf79c02d55f) --- src/liblzma/check/crc_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/liblzma/check/crc_common.h b/src/liblzma/check/crc_common.h index 63a7b5ce..c15d4c67 100644 --- a/src/liblzma/check/crc_common.h +++ b/src/liblzma/check/crc_common.h @@ -76,9 +76,9 @@ // NOTE: Keep this and the next check in sync with the macro // NO_CRC32_TABLE in crc32_table.c #if defined(HAVE_ARM64_CRC32) && !defined(WORDS_BIGENDIAN) -// Allow ARM64 CRC32 instruction without a runtime check if -// __ARM_FEATURE_CRC32 is defined. GCC and Clang only define this if the -// proper compiler options are used. + // Allow ARM64 CRC32 instruction without a runtime check if + // __ARM_FEATURE_CRC32 is defined. GCC and Clang only define + // this if the proper compiler options are used. # if defined(__ARM_FEATURE_CRC32) # define CRC32_ARCH_OPTIMIZED 1 # define CRC32_ARM64 1