From bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 18 Nov 2016 18:26:49 +0000 Subject: [CMake] Remove use of tabs in `CMakeLists.txt` files. --- lib/Module/CMakeLists.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/Module') diff --git a/lib/Module/CMakeLists.txt b/lib/Module/CMakeLists.txt index 4d993047..22fd3c07 100644 --- a/lib/Module/CMakeLists.txt +++ b/lib/Module/CMakeLists.txt @@ -7,16 +7,16 @@ # #===------------------------------------------------------------------------===# klee_add_component(kleeModule - Checks.cpp - InstructionInfoTable.cpp - IntrinsicCleaner.cpp - KInstruction.cpp - KModule.cpp - LowerSwitch.cpp - ModuleUtil.cpp - Optimize.cpp - PhiCleaner.cpp - RaiseAsm.cpp + Checks.cpp + InstructionInfoTable.cpp + IntrinsicCleaner.cpp + KInstruction.cpp + KModule.cpp + LowerSwitch.cpp + ModuleUtil.cpp + Optimize.cpp + PhiCleaner.cpp + RaiseAsm.cpp ) set(LLVM_COMPONENTS -- cgit 1.4.1