From 634a04ab57131bb52833f469bb2f030f841bf687 Mon Sep 17 00:00:00 2001 From: "mk5004.lee" Date: Wed, 24 Apr 2019 14:06:51 +0900 Subject: Check c++ coding style - cpplint tool Change-Id: I83e236b689745f9a232b04f67cc987128a41f076 Signed-off-by: mk5004.lee --- notification-ex/app_control_action.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'notification-ex/app_control_action.cc') diff --git a/notification-ex/app_control_action.cc b/notification-ex/app_control_action.cc index d58c8d7..2aa94b6 100644 --- a/notification-ex/app_control_action.cc +++ b/notification-ex/app_control_action.cc @@ -17,6 +17,8 @@ #include #include +#include + #include "notification-ex/app_control_action.h" #include "notification-ex/app_control_action_implementation.h" #include "notification-ex/exception.h" @@ -143,5 +145,5 @@ app_control_h AppControlAction::GetAppControl() const { return impl_->control_; } -} //namespace item -} //namespace notification +} // namespace item +} // namespace notification -- cgit v1.2.3