about summary refs log tree commit diff homepage
path: root/lib/Basic
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2016-11-18 18:26:49 +0000
committerDan Liew <delcypher@gmail.com>2016-11-18 21:01:20 +0000
commitbc3973450bfb3c4d4d47e4fe340fa864cb1cf7df (patch)
tree217c4ef1f573a34f0242e7466f97c4e3ec8ffbcd /lib/Basic
parentdda296e09ee53ed85ccf1c3f08e7e809adce612e (diff)
downloadklee-bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df.tar.gz
[CMake] Remove use of tabs in `CMakeLists.txt` files.
Diffstat (limited to 'lib/Basic')
-rw-r--r--lib/Basic/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt
index 988a564e..d0a309c9 100644
--- a/lib/Basic/CMakeLists.txt
+++ b/lib/Basic/CMakeLists.txt
@@ -7,10 +7,10 @@
 #
 #===------------------------------------------------------------------------===#
 klee_add_component(kleeBasic
-	CmdLineOptions.cpp
-	ConstructSolverChain.cpp
-	KTest.cpp
-	Statistics.cpp
+  CmdLineOptions.cpp
+  ConstructSolverChain.cpp
+  KTest.cpp
+  Statistics.cpp
 )
 set(LLVM_COMPONENTS
   support