summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-08-03 12:21:54 +0000
committerNico Weber <nicolasweber@gmx.de>2018-08-03 12:21:54 +0000
commit0e815195711c21ef18f6c936ba140c1a0269b314 (patch)
treea2b25549dad251e6f406ec6edabbc11403b7be49 /llvm/unittests
parent608f136dbbb3570b61c66478a07b40ad3051fcba (diff)
downloadbcm5719-llvm-0e815195711c21ef18f6c936ba140c1a0269b314.tar.gz
bcm5719-llvm-0e815195711c21ef18f6c936ba140c1a0269b314.zip
convert some tabs to spaces
llvm-svn: 338880
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/XRay/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/XRay/CMakeLists.txt b/llvm/unittests/XRay/CMakeLists.txt
index 89e15047161..33f9ee2fac0 100644
--- a/llvm/unittests/XRay/CMakeLists.txt
+++ b/llvm/unittests/XRay/CMakeLists.txt
@@ -1,11 +1,11 @@
set(LLVM_LINK_COMPONENTS
Support
- XRay
+ XRay
)
add_llvm_unittest(XRayTests
GraphTest.cpp
- ProfileTest.cpp
+ ProfileTest.cpp
)
add_dependencies(XRayTests intrinsics_gen)
OpenPOWER on IntegriCloud