]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Use consistent indentation with check_c_source_compiles().
authorJia Tan <jiat0218@gmail.com>
Fri, 24 Nov 2023 13:19:12 +0000 (21:19 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 30 Nov 2023 12:09:46 +0000 (20:09 +0800)
CMakeLists.txt

index b1753c37dc14f348a918a6502aacc99d8aa1bcfc..1e9af0e5e6f9cb4727c513691ed34d4352664e6f 100644 (file)
@@ -909,8 +909,8 @@ calculation if supported by the system" ON)
                     return _mm_clmulepi64_si128(a, b, 0);
                 }
                 int main(void) { return 0; }
-        "
-        HAVE_USABLE_CLMUL)
+            "
+            HAVE_USABLE_CLMUL)
 
         if(HAVE_USABLE_CLMUL)
             target_sources(liblzma PRIVATE src/liblzma/check/crc_clmul.c)