From 3c8e4535b84aeeea7d8b06e81f14683f5b3789f5 Mon Sep 17 00:00:00 2001 From: "mk5004.lee" Date: Tue, 19 Mar 2019 13:24:12 +0900 Subject: Check coding style Change-Id: I69aa2da99230868a3fc3d39c865f963a571cee09 Signed-off-by: mk5004.lee --- notification-ex/icon_text_item.cc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'notification-ex/icon_text_item.cc') diff --git a/notification-ex/icon_text_item.cc b/notification-ex/icon_text_item.cc index a237ae9..813a230 100644 --- a/notification-ex/icon_text_item.cc +++ b/notification-ex/icon_text_item.cc @@ -33,14 +33,13 @@ namespace notification { namespace item { IconTextItem::IconTextItem(std::string id, std::shared_ptr icon, - std::shared_ptr text, std::shared_ptr action) - : AbstractItem(id, action), - impl_(new Impl(this, icon, text)) { + std::shared_ptr text, std::shared_ptr action) + : AbstractItem(id, action), impl_(new Impl(this, icon, text)) { } IconTextItem::Impl::Impl(IconTextItem* parent, std::shared_ptr icon, - std::shared_ptr text) - : parent_(parent), icon_(icon), text_(text) { + std::shared_ptr text) + : parent_(parent), icon_(icon), text_(text) { LOGI("IconTextItem impl created"); } -- cgit v1.2.3