From: Nathan Moinvaziri Date: Wed, 9 Aug 2023 00:06:39 +0000 (-0700) Subject: Clean up extra whitespaces at line endings in check_rvv_intrinsics. X-Git-Tag: 2.1.4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7573297ac5ce3b4f1f447766c72bd937705466;p=thirdparty%2Fzlib-ng.git Clean up extra whitespaces at line endings in check_rvv_intrinsics. --- diff --git a/cmake/detect-intrinsics.cmake b/cmake/detect-intrinsics.cmake index 33ffc28bb..f10c51774 100644 --- a/cmake/detect-intrinsics.cmake +++ b/cmake/detect-intrinsics.cmake @@ -374,9 +374,9 @@ macro(check_rvv_intrinsics) set(CMAKE_REQUIRED_FLAGS "${RISCVFLAG} ${NATIVEFLAG}") check_c_source_compiles( "#include - int main() { - return 0; - }" + int main() { + return 0; + }" HAVE_RVV_INTRIN ) set(CMAKE_REQUIRED_FLAGS)