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 | |
| parent | 51f675ff93e6b6f00ee935dd2d2f1cb135f2df13 (diff) | |
Fix indent in two places
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/uinotification/uinotification.cpp | 2 |
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; } } |
