summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2020-10-14 23:43:14 -0400
committerGlenn Smith <glenn@vector35.com>2020-10-14 23:43:23 -0400
commitd77c63efc16070868bf6eb87d274bf846f4440f7 (patch)
tree20d0b4fb548ccfaf13847ea22424e3980374aceb /examples/CMakeLists.txt
parent51f675ff93e6b6f00ee935dd2d2f1cb135f2df13 (diff)
Fix indent in two places
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index c8c502be..d770b60d 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -5,6 +5,6 @@ add_subdirectory(llil_parser)
add_subdirectory(mlil_parser)
add_subdirectory(print_syscalls)
if(NOT HEADLESS)
- add_subdirectory(uinotification)
+ add_subdirectory(uinotification)
endif()
add_subdirectory(x86_extension)