summaryrefslogtreecommitdiff
path: root/examples
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
parent51f675ff93e6b6f00ee935dd2d2f1cb135f2df13 (diff)
Fix indent in two places
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/uinotification/uinotification.cpp2
2 files changed, 2 insertions, 2 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)
diff --git a/examples/uinotification/uinotification.cpp b/examples/uinotification/uinotification.cpp
index f9d1da39..b7c22bde 100644
--- a/examples/uinotification/uinotification.cpp
+++ b/examples/uinotification/uinotification.cpp
@@ -89,7 +89,7 @@ extern "C"
{
BINARYNINJAPLUGIN bool UIPluginInit()
{
- NotificationListener::init();
+ NotificationListener::init();
return true;
}
}