summaryrefslogtreecommitdiff
path: root/notification-ex/app_control_action.cc
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-04-24 14:06:51 +0900
committermk5004.lee <mk5004.lee@samsung.com>2019-04-25 09:28:54 +0900
commit634a04ab57131bb52833f469bb2f030f841bf687 (patch)
tree56940c9fc01a12af6e229b07e76d6c6615b9e80c /notification-ex/app_control_action.cc
parent66195a3ad63c349b289b7efec5e42a46a9b166aa (diff)
downloadnotification-634a04ab57131bb52833f469bb2f030f841bf687.tar.gz
notification-634a04ab57131bb52833f469bb2f030f841bf687.tar.bz2
notification-634a04ab57131bb52833f469bb2f030f841bf687.zip
Check c++ coding style
- cpplint tool Change-Id: I83e236b689745f9a232b04f67cc987128a41f076 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
Diffstat (limited to 'notification-ex/app_control_action.cc')
-rw-r--r--notification-ex/app_control_action.cc6
1 files changed, 4 insertions, 2 deletions
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 <dlog.h>
#include <app_control_internal.h>
+#include <string>
+
#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