]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Clean up extra whitespaces at line endings in check_rvv_intrinsics.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 9 Aug 2023 00:06:39 +0000 (17:06 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 13 Aug 2023 15:53:01 +0000 (17:53 +0200)
cmake/detect-intrinsics.cmake

index 33ffc28bb2b49d8acadbf5a9d325dea890043ae3..f10c51774bca817392bb269d2e652279f315b788 100644 (file)
@@ -374,9 +374,9 @@ macro(check_rvv_intrinsics)
     set(CMAKE_REQUIRED_FLAGS "${RISCVFLAG} ${NATIVEFLAG}")
     check_c_source_compiles(
         "#include <riscv_vector.h>
-        int main() { 
-            return 0; 
-        }" 
+        int main() {
+            return 0;
+        }"
         HAVE_RVV_INTRIN
     )
     set(CMAKE_REQUIRED_FLAGS)