summaryrefslogtreecommitdiff
path: root/notification-ex/stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/stub.cc')
-rw-r--r--notification-ex/stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification-ex/stub.cc b/notification-ex/stub.cc
index 74627cc..5b77758 100644
--- a/notification-ex/stub.cc
+++ b/notification-ex/stub.cc
@@ -150,7 +150,7 @@ class ManagerCallbackInfo {
if (cb_.deleted == nullptr)
return;
IEventInfo* c_info = const_cast<IEventInfo*>(&info);
- if(c_info->GetEventType() == static_cast<int>(IEventInfo::EventType::DeleteAll)) {
+ if (c_info->GetEventType() == static_cast<int>(IEventInfo::EventType::DeleteAll)) {
cb_.deleted(static_cast<noti_ex_manager_h>(manager),
static_cast<noti_ex_event_info_h>(c_info),
nullptr, user_data_);