Преглед изворни кода

Test commit access

Remove trailing spaces


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342268 91177308-0d34-0410-b5e6-96231b3b80d8
Lion Yang пре 7 година
родитељ
комит
f43a94c91a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cmake/modules/AddLLVM.cmake

+ 1 - 1
cmake/modules/AddLLVM.cmake

@@ -1112,7 +1112,7 @@ function(add_unittest test_suite test_name)
   # executable must be linked with it in order to provide consistent
   # API for all shared libaries loaded by this executable.
   target_link_libraries(${test_name} PRIVATE gtest_main gtest ${LLVM_PTHREAD_LIB})
-  
+
   add_dependencies(${test_suite} ${test_name})
   get_target_property(test_suite_folder ${test_suite} FOLDER)
   if (NOT ${test_suite_folder} STREQUAL "NOTFOUND")