Skip to content

Commit 5966be4

Browse files
committed
fix whitespace
Created using spr 1.3.6-beta.1
1 parent 77e5840 commit 5966be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/base-config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ else()
7878
endif()
7979

8080
get_filename_component(_test_compiler_name "${COMPILER_RT_TEST_COMPILER}" NAME)
81-
if ("${COMPILER_RT_TEST_COMPILER}" STREQUAL "${CMAKE_C_COMPILER}")
81+
if("${COMPILER_RT_TEST_COMPILER}" STREQUAL "${CMAKE_C_COMPILER}")
8282
set(COMPILER_RT_TEST_COMPILER_ID "${CMAKE_C_COMPILER_ID}")
8383
elseif("${_test_compiler_name}" MATCHES "clang.*")
8484
set(COMPILER_RT_TEST_COMPILER_ID Clang)

0 commit comments

Comments
 (0)