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 +- examples/uinotification/uinotification.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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; } } -- cgit v1.3.1