Test commit access
authorLion Yang <lion@aosc.io>
Fri, 14 Sep 2018 19:43:11 +0000 (19:43 +0000)
committerLion Yang <lion@aosc.io>
Fri, 14 Sep 2018 19:43:11 +0000 (19:43 +0000)
Remove trailing spaces

llvm-svn: 342268

llvm/cmake/modules/AddLLVM.cmake

index d60b52b..e0eef71 100644 (file)
@@ -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")