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