diff options
| author | Glenn Smith <glenn@vector35.com> | 2020-10-14 23:43:14 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-10-14 23:43:23 -0400 |
| commit | d77c63efc16070868bf6eb87d274bf846f4440f7 (patch) | |
| tree | 20d0b4fb548ccfaf13847ea22424e3980374aceb /examples/CMakeLists.txt | |
| parent | 51f675ff93e6b6f00ee935dd2d2f1cb135f2df13 (diff) | |
Fix indent in two places
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 2 |
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) |
