about summary refs log tree commit diff homepage
path: root/tools/gen-random-bout
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 /tools/gen-random-bout
parentdda296e09ee53ed85ccf1c3f08e7e809adce612e (diff)
downloadklee-bc3973450bfb3c4d4d47e4fe340fa864cb1cf7df.tar.gz
[CMake] Remove use of tabs in `CMakeLists.txt` files.
Diffstat (limited to 'tools/gen-random-bout')
-rw-r--r--tools/gen-random-bout/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-random-bout/CMakeLists.txt b/tools/gen-random-bout/CMakeLists.txt
index d1fa6b09..c4596bc9 100644
--- a/tools/gen-random-bout/CMakeLists.txt
+++ b/tools/gen-random-bout/CMakeLists.txt
@@ -7,7 +7,7 @@
 #
 #===------------------------------------------------------------------------===#
 add_executable(gen-random-bout
-	gen-random-bout.cpp
+  gen-random-bout.cpp
 )
 
 set(KLEE_LIBS kleeBasic)