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/uinotification/uinotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/uinotification/uinotification.cpp') 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