From d77c63efc16070868bf6eb87d274bf846f4440f7 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 14 Oct 2020 23:43:14 -0400 Subject: Fix indent in two places --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/CMakeLists.txt') 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) -- cgit v1.3.1