summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-11 21:57:11 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-11 21:57:11 +0000
commit90306c171a656e6fcc93ddb5cbbf8395511331b8 (patch)
tree6029cb67d016e7fb32e327341a6c43f2736e0d4e /lib/interception
parenta088b36b8b8c03162b5b03816daff7f3951f59ea (diff)
remove empty lines
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@275112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/interception/tests/CMakeLists.txt b/lib/interception/tests/CMakeLists.txt
index 18e87f063..e0ed89706 100644
--- a/lib/interception/tests/CMakeLists.txt
+++ b/lib/interception/tests/CMakeLists.txt
@@ -121,8 +121,6 @@ macro(add_interception_tests_for_arch arch)
DEPS ${INTERCEPTION_TEST_OBJECTS} ${INTERCEPTION_COMMON_LIB}
LINK_FLAGS ${INTERCEPTION_TEST_LINK_FLAGS_COMMON}
${TARGET_FLAGS})
-
-
endmacro()
if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT ANDROID AND NOT APPLE)