TizenRefApp-9633 Fix code style 48/156448/1
authorEvgen Servetnik <e.servetnik@samsung.com>
Wed, 18 Oct 2017 10:22:32 +0000 (13:22 +0300)
committerEvgen Servetnik <e.servetnik@samsung.com>
Wed, 18 Oct 2017 10:22:32 +0000 (13:22 +0300)
Change-Id: I2680ee7d964da7649f92ac8ab88259d44ad94448
Signed-off-by: Evgen Servetnik <e.servetnik@samsung.com>
81 files changed:
src/Common/AppControl/inc/AppControlHandle.h
src/Common/AppControl/inc/AppControlLauncher.h
src/Common/AppControl/inc/ContactPicker.h
src/Common/AppControl/inc/InputSelector.h
src/Common/AppControl/inc/SettingsLauncher.h
src/Common/AppControl/src/ContactPicker.cpp
src/Common/AppControl/src/InputSelector.cpp
src/Common/ContactManager/inc/ContactAddress.h
src/Common/ContactManager/inc/ContactMyProfileNumber.h
src/Common/ContactManager/inc/ContactPersonEmail.h
src/Common/ContactManager/inc/ContactPersonNumber.h
src/Common/ContactManager/inc/ContactPersonPhoneLog.h
src/Common/Controller/inc/FrameController.h
src/Common/Controller/inc/InputFrame.h
src/Common/Controller/inc/NaviFrameController.h
src/Common/Controller/src/App.cpp
src/Common/MsgEngine/src/MsgUtils.cpp
src/Common/MsgEngine/src/dummy/MsgComposerDummy.cpp
src/Common/MsgEngine/src/dummy/MsgUtilsDummy.cpp
src/Common/MsgEngine/src/private/MsgSentStatusPrivate.h
src/Common/Recipient/inc/Recipient.h
src/Common/Utils/inc/LangUtils.h
src/Common/Utils/src/MediaPlayerProvider.cpp
src/Common/View/inc/BasePopup.h
src/Common/View/inc/BottomButton.h
src/Common/View/inc/CtxPopup.h
src/Common/View/inc/DefaultLayout.h
src/Common/View/inc/Entry.h
src/Common/View/inc/InputLayout.h
src/Common/View/inc/MoreOption.h
src/Common/View/inc/PaddingListViewItem.h
src/Common/View/inc/Popup.h
src/Common/View/inc/SearchBar.h
src/Common/View/inc/SelectButton.h
src/Common/View/inc/SelectCtxPopup.h
src/Common/View/inc/StandardPopup.h
src/Common/View/inc/ToastPopup.h
src/Common/View/inc/View.h
src/Composer/Controller/inc/ContactFrame.h
src/Composer/Controller/inc/ContactListItem.h
src/Composer/Controller/inc/MsgBodyFrame.h
src/Composer/Controller/inc/MsgComposerController.h
src/Composer/Controller/inc/MsgInputController.h
src/Composer/Controller/inc/MsgSenderController.h
src/Composer/Controller/inc/RecipFrame.h
src/Composer/Controller/inc/RecipInputFrame.h
src/Composer/Controller/inc/SendingOptionsFrame.h
src/Composer/Controller/src/MsgSenderController.cpp
src/Composer/Controller/src/RecipInputFrame.cpp
src/Composer/View/inc/AlwaysSendAsTextListViewItem.h
src/Composer/View/inc/MsgBodyView.h
src/Composer/View/inc/RecipFieldView.h
src/Composer/View/inc/RecipLayout.h
src/Composer/View/inc/SendingOptionListViewItem.h
src/Composer/View/src/AlwaysSendAsTextListViewItem.cpp
src/Conversation/Controller/inc/BubbleAudioEntity.h
src/Conversation/Controller/inc/ConvDateLineListItem.h
src/Conversation/Controller/inc/ConvFrame.h
src/Conversation/Controller/inc/ConvList.h
src/Conversation/Controller/inc/ConvListItem.h
src/Conversation/Controller/inc/IConvSortableListItem.h
src/Conversation/Controller/inc/RecipListFrame.h
src/Conversation/Controller/inc/RecipListItem.h
src/Conversation/Controller/src/BubbleEntityFactory.cpp
src/Conversation/Controller/src/ConvList.cpp
src/Conversation/View/inc/BubbleAudioViewItem.h
src/MsgThread/Controller/inc/MsgThreadFrame.h
src/MsgThread/Controller/inc/ThreadList.h
src/MsgThread/View/inc/ThreadComposeListViewItem.h
src/Settings/Controller/inc/BlockedMsgDetailListItem.h
src/Settings/Controller/inc/BlockedMsgListItem.h
src/Settings/Controller/inc/BlockedNumberListItem.h
src/Settings/Controller/inc/SettingsBlockedMessagesFrame.h
src/Settings/Controller/inc/SettingsBlockedMsgDetailFrame.h
src/Settings/Controller/inc/SettingsBlockedNumbersFrame.h
src/Settings/Controller/inc/SettingsFrame.h
src/Settings/Controller/src/SettingsMenuBlockListFrame.cpp
src/Settings/View/inc/BlockedMsgDetailListViewItem.h
src/Settings/View/inc/BlockedNumberListViewItem.h
src/Settings/View/inc/SettingsMenuListItem.h
src/Settings/View/src/BlockedMsgDetailListViewItem.cpp

index 09cd61c1780e06d26207de66c8aa6508148c87c0..aa85252871f869d836accaae44d309045e456920 100644 (file)
@@ -25,7 +25,6 @@ namespace Msg {
        class AppControlLauncher;
 
        class AppControlHandle {
-
                friend class AppControlLauncher;
 
                public:
index 6a0c7ccc70a8d29250e4530687343b6233e39633..d2b305bf6324c880734a4554e3be28f4566f7ec6 100644 (file)
@@ -23,7 +23,6 @@
 
 namespace Msg {
        class AppControlLauncher {
-
                friend class AppControlHandle;
 
                public:
index d516e6da89ee5ab0be1af7463d8acbe83efc58f3..7f35b9b2fb0ee3dbd49095b36a0627016f19e5c7 100644 (file)
@@ -30,7 +30,6 @@ namespace Msg {
         */
        class ContactPicker
                : public AppControlHandle {
-
                public:
                        ContactPicker();
 
index a258ac7298fa5087f431b2911428cad400235028..103f44b8d0b3b75555b979553540a3d1d9b51986 100644 (file)
@@ -27,7 +27,6 @@ namespace Msg {
 
        class InputSelector
                : public AppControlHandle {
-
                public:
                        enum InputType {
                                VoiceType,
index 3acd9338cba8d83b68032d42ee3eec6976c0a68e..7f4aec4e85f450ece23aff4022f4a9c0745d4b78 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class SettingsLauncher
                : public AppControlHandle {
-
                public:
                        bool launchConnections();
        };
index 749523ecc795ae12b26d8ac809dd69824785cfcf..4a93c1fcbcc7d944fe9529b22c4b93c46b5c29fa 100644 (file)
@@ -43,7 +43,6 @@ bool ContactPicker::launch(size_t howManyToPick)
 {
        bool res = false;
        if (m_Handle) {
-
                if (howManyToPick > 1) {
                        app_control_add_extra_data(m_Handle, APP_CONTROL_DATA_SELECTION_MODE, multiple);
                        app_control_add_extra_data(m_Handle, APP_CONTROL_DATA_TOTAL_COUNT, std::to_string(howManyToPick).c_str());
index 9c88471be2c41d1d7c389ce0e44520a402558dfb..a62a65a938dce4129126e4b6607b0eaeaf6ae116 100644 (file)
@@ -87,7 +87,6 @@ void InputSelector::onReply(app_control_h request, app_control_h reply, app_cont
        MSG_LOG("result = ", result);
 
        if (result == APP_CONTROL_RESULT_SUCCEEDED) {
-
                std::string text = AppControlUtils::getExtraData(reply, APP_CONTROL_DATA_TEXT);
                std::string replyType = AppControlUtils::getExtraData(reply, "reply_type");
 
index 77087becda21ab097131f4f106eb6f54ea0a53ae..d5a03907764af33e63106fa274fa81484a96e42b 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class ContactAddress
                : public ContactRecord {
-
                public:
                        enum OwnerType {
                                PersonType,
index e14475c721d61946fbc4669947007eacfcf40055..f0a82a02687a0087fb0f9df9e1ca200b99061822 100644 (file)
@@ -27,7 +27,6 @@ namespace Msg {
 
        class ContactMyProfileNumber
                : public ContactAddress {
-
                public:
                        ContactMyProfileNumber(bool release, const ContactMyProfile &myProfile, contacts_record_h record = nullptr);
                        static const char *getUri();
index fd02718ccaf2a2ef9b023b0f1c1089ad18b05186..c52a86bc4558b6f4eebd1a71834cce0d59c26999 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class ContactPersonEmail
                : public ContactAddress {
-
                public:
                        ContactPersonEmail(bool release, contacts_record_h record = nullptr);
                        static const char *getUri();
index b5dc42b98e6fade3f9cd034204e14a0cba2f158a..fc7f336f2be352ed0b73a274f6fa3e92d9891573 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class ContactPersonNumber
                : public ContactAddress {
-
                public:
                        ContactPersonNumber(bool release, contacts_record_h record = nullptr);
                        static const char *getUri();
index 8f5494524e907bda6b115ce6692805237191a9a9..293260a00a6a2d92a072fc14866289ac34eda2c3 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class ContactPersonPhoneLog
                : public ContactAddress {
-
                public:
                        ContactPersonPhoneLog(bool release, contacts_record_h record = nullptr);
                        static const char *getUri();
index 902f1e056cdd76156304d6830993bb6ea5f98aae..e274cc0bfd759cdb4165a99c597942bfdd3b8119 100644 (file)
@@ -28,7 +28,6 @@ namespace Msg {
 
        class FrameController
                : public NaviFrameItem {
-
                public:
                        typedef std::list<FrameController*> GroupList;
 
index 0177d3dddec0aab89173a6e454f0259b499e838d..a8fb02a127d3b719cc0c91e47a560dbe31d90402 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class InputFrame
                : public FrameController {
-
                public:
                        InputFrame(NaviFrameController &parent, GroupType groupType);
                        virtual ~InputFrame();
index b691037ec6c24737c800ba1f441590593bbf53b6..aeaab7593ac3ecc29b00ca1d691c30227df63b65 100644 (file)
@@ -39,7 +39,6 @@ namespace Msg {
                : public NaviFrameView
                , private IAppListener
                , private IPopupManagerListener {
-
                friend class MsgInputController;
 
                public:
index 77600863d71beb2ffb6b50a847689555238710e0..ce045dcb575fb0fa4bd2cdc94cd7d070592754fc 100644 (file)
@@ -110,11 +110,11 @@ void App::updateCharacterOrientation()
                elm_language_set(lang);
                i18n_ulocale_layout_type_e layout = I18N_ULOCALE_LAYOUT_UNKNOWN;
                if (i18n_ulocale_get_character_orientation(lang, &layout) == I18N_ERROR_NONE) {
-                       if (layout == I18N_ULOCALE_LAYOUT_LTR)
+                       if (layout == I18N_ULOCALE_LAYOUT_LTR) {
                                elm_config_mirrored_set(false);
-                       else if (layout == I18N_ULOCALE_LAYOUT_RTL)
+                       } else if (layout == I18N_ULOCALE_LAYOUT_RTL) {
                                elm_config_mirrored_set(true);
-                       else {
+                       else {
                                MSG_LOG_ERROR("Unsupported character orientation type: ", layout);
                        }
                }
index 178057ec66e0feab24c6e43b40e152fd0438ec0b..a4d58ff20bae098faad3f35ca790f6e0e7a5d1ef 100644 (file)
@@ -188,7 +188,7 @@ std::list<std::string> splitUtf8String(const std::string &str, const unsigned ma
                for(int i = 0; i < c - pc; i++)
                        eina_unicode_utf8_next_get(str.c_str(), &index);
                vec.emplace_back(&str[prevIndex], &str[index]);
-       } while(index < size);
+       } while (index < size);
 
        i18n_ubrk_destroy(boundary);
 
index 03f9a08ef38c4929eff0bfc6a35646baa5332208..ad2964cdf23568113418736601d53c704bb49f46 100644 (file)
@@ -43,7 +43,6 @@ MessageMmsRef MsgComposerDummy::createMms()
 
 void MsgComposerDummy::calculateTextMetric(const std::string &text, MsgTextMetric &textMetric)
 {
-
 }
 
 void MsgComposerDummy::setSmilHeader(bool isTextTop)
index 565892d5cbe7b0e5f63475da93f9378817ef76ea..2179361e7c2b95ee55b4c896208bfbc7002f8db3 100644 (file)
@@ -111,7 +111,6 @@ int MsgUtilsDummy::activeNotifPolicyToNative(MsgSettings::ActiveNotifPolicy poli
 
 MsgTransport::SendResult MsgUtilsDummy::nativeToSendResult(int sendRes)
 {
-
        return MsgTransport::SendSuccess;
 }
 
index c13e774be2e6483e62360324fbb39fcedf6edb83..87561ce8140afebcad5cb5e76b0ae20484576135 100644 (file)
@@ -24,7 +24,6 @@ namespace Msg {
        class MsgSentStatusPrivate
                : public MsgStructPrivate
                , public MsgSentStatus {
-
                public:
                        MsgSentStatusPrivate(msg_struct_t msgStruct);
                        ~MsgSentStatusPrivate() override;
index 4f1120be777d883b39f443069a921af470a71b15..cd7114030e47e8c0130bbd1f28b583c4abdc9c40 100644 (file)
@@ -24,7 +24,6 @@
 
 namespace Msg {
        class Recipient {
-
                public:
                        explicit Recipient(std::string address, std::string contactName = {});
                        Recipient();
index 4271443c2d077185a1c2f6b914f9bbb7e08627f1..04c0d27308c17d1c5c3fdf01905a40a70978818b 100644 (file)
@@ -29,7 +29,6 @@
 namespace Msg {
 
        struct DText {
-
                explicit DText(const char *stringId, const char *domainName, ...)
                        : m_pMsg(m_Buf)
                {
@@ -65,7 +64,6 @@ namespace Msg {
 
        // Translatable Text
        struct TText {
-
                // Default constructor;
                TText()
                        : m_pDomain(nullptr)
index 81b6ed566beedaaeeb281bf54158eaf42e0f8301..3b550fb76443df02bfa758bd161b9c0ddeaf9b94 100644 (file)
@@ -47,7 +47,6 @@ MediaPlayer &MediaPlayerProvider::acquire(IMediaPlayerProviderClient *client)
 void MediaPlayerProvider::release(IMediaPlayerProviderClient *client)
 {
        if (m_pClient == client && m_Player) {
-
                IMediaPlayerProviderClient *client = m_pClient;
                m_pClient = nullptr;
 
index a8bb54e25b1c5ca0dda264abb504871a5d5aaf7b..c4fce4bf03cf7461840f2da785989a1b4901b0cc 100644 (file)
@@ -25,7 +25,6 @@ namespace Msg {
 
        class BasePopup
                : public View {
-
                        friend class PopupManager;
 
                public:
index d3353c3fe9584141f0f8fc9b2c6479ae15c1fda8..897c76d41bc103c2cb71d404d5f397c76930a12a 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class BottomButton
                : public View {
-
                public:
                        BottomButton(Evas_Object *parent);
                        Evas_Object *getInnerButton() const;
index 115985b404a78837810606ec3a42a35957a3f8a2..c95367ec4d138f09cb0ea8a736067e42bcbb15c6 100644 (file)
@@ -29,7 +29,6 @@ namespace Msg {
 
        class CtxPopupItem
                : public ViewItem {
-
                friend class CtxPopup;
 
                public:
@@ -47,7 +46,6 @@ namespace Msg {
 
        class CtxPopup
                : public BasePopup {
-
                public:
                        CtxPopup();
                        virtual ~CtxPopup();
index 3241ac29e36d5fbbc6f623536db9e461987704a9..190fdda9338f6c12f6560f92c351924155336c86 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class DefaultLayout
                : public View {
-
                public:
                        DefaultLayout(Evas_Object *parent);
                        virtual ~DefaultLayout();
index 66214bc58df47c44a1f9b2c8957e5472ae313067..83da879490d78c3f05a8495b4509285329c864c4 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class Entry
                : public View {
-
                public:
                        typedef void (*InputPanelEventCb) (void *data, Ecore_IMF_Context *ctx, int value);
 
index 3756d6d8e287012dfa36d518fc15bbcca6b3f39c..df99c5545e6b18cb888d555725272a5d57929f8f 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class InputLayout
                : public View {
-
                public:
                        InputLayout(Evas_Object *parent);
                        virtual ~InputLayout();
index f6ccbf02f178b7dd6f6bcf4adefcc893aff867f1..d9f82fd2060b26d7d15a91b5f9dd7e11df47002c 100644 (file)
@@ -29,7 +29,6 @@ namespace Msg {
 
        class MoreOption
                : public View {
-
                public:
                        MoreOption(Evas_Object *parent);
                        virtual ~MoreOption();
index 5907af1117f90fa5d5bade41c831c29b72e6b34d..be3d82c99cf7bf3b7b4b6857c07848ac5805e03f 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class PaddingListViewItem
                : public ListItem {
-
                public:
                        PaddingListViewItem();
 
index f0e51ac288355791fe939ee1d7542adcd9a55e3a..109c2707d14489dcc9f7fc2f307a5fe9141788f2 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class Popup
                : public BasePopup {
-
                public:
                        static void defaultButtonCb(Popup &popup, void *userData);
                        static const double defaultTimeOut;
index fa766546325131b0802badd1f95fb62f1c258832..2b180f7c9377c29f1a29b72c9bc28b9bf0b63b1c 100644 (file)
@@ -25,7 +25,6 @@ namespace Msg {
 
        class SearchBar
                : public View {
-
                public:
                        SearchBar(Evas_Object *parent);
                        /**
index 901a632257027073f72bd4eb928ab5e22661330a..383f61e1d2ce4edae2ebba185c38db5f4d604a6b 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class SelectButton
                : public View {
-
                public:
                        SelectButton(Evas_Object *parent);
                        Evas_Object *getInnerButton() const;
index 50f9fd1ccf0d7f7021770a42df1f314d876a2c83..bf27f8e4d87e2e977edba4c7c370c3667def7957 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class SelectCtxPopup
                : public CtxPopup {
-
                public:
                        SelectCtxPopup();
                        CtxPopupItem *appendTopItem(const TText &text, CtxPopupItemPressedCb cb = nullptr, void *userData = nullptr);
index cd3f6160ffdd70f5366d97ab4a4dc5970e3ae9d8..96aca2266a6e27c22dddb79c5097448f91726d41 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class StandardPopup
                : public Popup {
-
                public:
                        static const char *defaultStyle;
                        static const char *buttons1Style;
index 011d8df4385b55c9ccc0cce243491abda3daae07..09b3d7b9504f23bc2ced6111b54b0eb45127eb5d 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class ToastPopup
                : public Popup {
-
                public:
                        ToastPopup(double timeout = defaultTimeOut);
                        virtual ~ToastPopup();
index fce7a897dc8f563ac94182087611832c1c760f11..049413c28a1d90823aa8bbc6441180412a77eb5d 100644 (file)
@@ -31,7 +31,6 @@ namespace Msg {
         */
        class View
                : public BaseView {
-
                public:
                        View();
 
@@ -443,9 +442,9 @@ namespace Msg {
 
        inline void View::setText(Evas_Object *obj, const TText &text, const char *part)
        {
-               if (text.isTranslatable())
+               if (text.isTranslatable()) {
                        elm_object_domain_translatable_part_text_set(obj, part, text.getDomain(), text.getMsg());
-               else {
+               else {
                        elm_object_part_text_translatable_set(obj, part, false);
                        elm_object_part_text_set(obj, part, text.translate().c_str());
                }
index 79e7e7b7c20c1bed184dfccb19e28634a3f161a4..e51f1d6437201e2fd8e7d9978d67e1ebe3d4c9fd 100644 (file)
@@ -33,7 +33,6 @@ namespace Msg {
                : public FrameController
                , private IListViewListener
                , private IContactManagerListener {
-
                public:
                        ContactFrame(NaviFrameController &parent, std::list<Recipient> recips, std::string searchWord);
                        virtual ~ContactFrame();
index d5a0b5d05aacd344dc96ac3116ffe17fd73a78c1..512b020e6886e28e8255848effa1deb01362445d 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class ContactListItem
                : public ContactListViewItem {
-
                public:
                        ContactListItem(Recipient recip, const std::string &searchWord);
                        virtual ~ContactListItem();
index 9bb1e1d8bf7143b1ca62809fe8ffbcd95f07c67e..14d3076e19560a8edefdbeef12d27fc16d38b4e9 100644 (file)
@@ -30,7 +30,6 @@ namespace Msg {
        class MsgBodyFrame
                : public FrameController
                , private IMsgBodyViewListener {
-
                public:
                        MsgBodyFrame(NaviFrameController &parent);
                        virtual ~MsgBodyFrame();
index fd06d52c57a4fb43c0f1b056b945d6b9ffbc0589..5ac61c9b755e30fc0daf007feba36622e6b2d980 100644 (file)
@@ -31,7 +31,6 @@ namespace Msg {
                : private IRecipFrameListener
                , private IMsgInputControllerListener
                , private IMsgSenderControllerListener {
-
                public:
                        MsgComposerController(NaviFrameController &navi);
                        virtual ~MsgComposerController();
index dec32f6559a59a14b418acfa87a2ff56b628ac2b..87f832e13d37995b20ba98524e7f221e7a087525 100644 (file)
@@ -32,7 +32,6 @@ namespace Msg {
        class MsgInputController
                : private IInputSelectorListener
                , private IMsgBodyFrameListener {
-
                public:
                        struct InputData {
                                std::string text;
index d473e9da28a206270690fe582280f6028b6aa7c5..32dcca40642b5e9090a14b4a09574e6bb21c103f 100644 (file)
@@ -42,7 +42,6 @@ namespace Msg {
        class MsgSenderController
                : private IMsgTransportListener
                , private ISendingOptionsFrameListener {
-
                public:
                        MsgSenderController();
                        virtual ~MsgSenderController();
@@ -88,7 +87,7 @@ namespace Msg {
 
                private:
                        struct SendInfo {
-                               SendInfo ();
+                               SendInfo();
                                void reset();
                                std::vector<MessageRef> msgs;
                                std::set<RequestId> requestIdSet;
index ce3d707477c77644a868036c516b63bc1f3d5dfe..a2e60308287a483ccbeb4fd51711df843dccd932 100644 (file)
@@ -37,7 +37,6 @@ namespace Msg {
                , private IRecipFieldViewListener
                , private IContactPickerListener
                , private IContactManagerListener {
-
                public:
                        RecipFrame(NaviFrameController &parent);
                        virtual ~RecipFrame();
index 79c917290ad32a511f0a4f3b10b92d09912a989b..49a21c3ce243a471e5ac524610c1db3f0658ff08 100644 (file)
@@ -30,7 +30,6 @@ namespace Msg {
                , private ISearchBarListener
                , private IContactFrameListener
                , private IContactManagerListener {
-
                public:
                        RecipInputFrame(NaviFrameController &parent, const Recipient &recip);
                        virtual ~RecipInputFrame();
index be81e5a3d1cbd95938867308245bcafaf3a43cf4..265dbe0fd89a70f5348655325f1ba002994386c9 100644 (file)
@@ -32,7 +32,6 @@ namespace Msg {
                : public FrameController
                , private IListViewListener
                , private ISendingOptionListViewItemListener {
-
                public:
                        SendingOptionsFrame(NaviFrameController &parent);
                        virtual ~SendingOptionsFrame();
index 73e9689234f3079171f017a2d665199363b18a1f..592950bd6fd353eb0abc2797feadf7d634264c23 100644 (file)
@@ -522,7 +522,6 @@ void MsgSenderController::onMsgTransportSentStatus(const MsgSentStatus &status)
                m_SendInfo.status = networkStatus;
 
        if (isLast || m_SendInfo.status == Message::NS_Send_Fail) {
-
                m_SendInfo.inProgress = false;
                m_SendInfo.requestIdSet.clear();
 
index 355ec135655e03ab0d6ef8e191cc1b13a4f69e88..c7ff22706e6d702f718fdf9fadf85abce31b50a0 100644 (file)
@@ -131,7 +131,6 @@ Eina_Bool RecipInputFrame::onSearchTimerTick()
        bool isDig = isDigit(searchWord);
 
        if ((isDig && len >= minDigits) || (!isDig && len >= minCharacters)) {
-
                m_Recip = Recipient::searchFirst(searchWord);
 
                if (!m_Recip.getDispName().empty())
index a469e4e656036a0a36cac5256af036d7cc7fd3a6..3b337f32fe618f7dd78f1682494ed33e4aabf1a8 100644 (file)
@@ -22,8 +22,7 @@
 
 namespace Msg {
        class AlwaysSendAsTextListViewItem
-                       : public ListItem {
-
+               : public ListItem {
                public:
                        AlwaysSendAsTextListViewItem();
                        virtual ~AlwaysSendAsTextListViewItem();
index 4b8c7de17a134e4d9813755b94df847b1aa03509..7d6fa7bdeacb6e32fbdf341e493289b11fe2aee1 100644 (file)
@@ -27,7 +27,6 @@ namespace Msg {
 
        class MsgBodyView
                : public View {
-
                public:
                        MsgBodyView(Evas_Object *parent);
                        virtual ~MsgBodyView();
index 7860200e727ea14e929940b4a4a1e98610d1d325..2e5f438d04bafc3064b5e024d85e2eeaa88ef07e 100644 (file)
@@ -25,7 +25,6 @@ namespace Msg {
 
        class RecipFieldView
                : public View {
-
                public:
                        /**
                         * @brief Id to mark which displayed
index 2a53a4a6b457990f5a3c00f909ebe958215952d3..793d1853e52222a638c56d450c3d54a9a4b55964 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class RecipLayout
                : public View {
-
                public:
                        RecipLayout(Evas_Object *parent);
 
index 5b07ae20d4436516c8870ad8d19f8bdd926e0dd3..626557f762e3e17addd8446e173456c52d39ef22 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class SendingOptionListViewItem
                : public ListItem {
-
                public:
                        SendingOptionListViewItem();
                        virtual ~SendingOptionListViewItem();
index 6530564b742e0a9994ac95487889f05e7b5a65af..19fa77d554fc6c9db1f3af9a7967f5188495cadf 100644 (file)
@@ -59,7 +59,6 @@ std::string AlwaysSendAsTextListViewItem::getText(ListItem &item, const char *pa
                return msg("WDS_IME_NPBODY_ALWAYS_SEND_AS_TEXT_ABB");
 
        return "";
-
 }
 
 Evas_Object *AlwaysSendAsTextListViewItem::getContent(ListItem &item, const char *part)
index 32dc332c1474a2419ccccc6ffadd80cd28050198..1cc2aa5c0409a1c11d1eac8f3904553c2bfabb41 100644 (file)
@@ -28,7 +28,6 @@ namespace Msg {
                : public BubbleEntity
                , private IMediaPlayerProviderClient
                , private IMediaPlayerListener {
-
                public:
                        BubbleAudioEntity(MediaPlayerProviderRef mediaPlayerProvider,
                                                         std::string filePath,
index 7474d8d2238ee78b4bf1b80bede8e3628e936e18..901df0140f7d41cd75facdd68babc2fa67ba9977 100644 (file)
@@ -24,7 +24,6 @@ namespace Msg {
        class ConvDateLineListItem
                : public ListItem
                , public IConvSortableListItem {
-
                public:
                        ConvDateLineListItem(time_t dateTime);
                        ConvDateLineListItem(time_t dateTime, std::string dateTimeStr);
index b4714183fb1cb613828d20cc4bd0063925da5c6a..c9b12ff28baa0e343871e38fd36d7fba27c0367b 100644 (file)
@@ -34,7 +34,6 @@ namespace Msg
        class ConvFrame
                : public FrameController
                , private IConvListListener {
-
                public:
                        ConvFrame(NaviFrameController &parent);
                        virtual ~ConvFrame();
index 0d353c93baecbe9be4fae59ff4d0ee6448fd9d98..2d29d539ab02b38c21d5633d0e4fa4c67e383eeb 100644 (file)
@@ -47,7 +47,6 @@ namespace Msg {
                , private IMsgStorageListener
                , private IContactManagerListener
                , private ISystemSettingsManager {
-
                public:
                        ConvList(DefaultLayout *parent, WorkingDirRef &workingDir);
                        virtual ~ConvList();
index 0841b302263e958a41b3689462b54515da37e20a..b9ccaffd50d825eca17dc1b26e123eafe6d611d1 100644 (file)
@@ -39,7 +39,6 @@ namespace Msg {
                : public ConvListViewItem
                , public IConvSortableListItem
                , private IBubbleViewItemListener {
-
                public:
                        ConvListItem(const MsgConversationItem &item,
                                                 WorkingDirRef &workingDir,
index b53c454ce195e9dbe84b250269bb062cb6033102..5054eb96cb90d278fd6ed84d47d621985a945c58 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
 
        class IConvSortableListItem {
-
                public:
                        virtual ~IConvSortableListItem() {};
                        virtual time_t getRawTime() const = 0;
index 71765d762f580bfb79708d0672afe5f12c42c38f..d1acd504564afa62483321099cd8bd9ecf6e8c0d 100644 (file)
@@ -32,7 +32,6 @@ namespace Msg
                : public FrameController
                , private IListViewListener
                , private IContactManagerListener {
-
                public:
                        RecipListFrame(NaviFrameController &parent);
                        virtual ~RecipListFrame();
index ee9c5737a68dbc8f8680266c653e777966a8f8f7..2667e79445bf631881464e8802196bcf8a078c76 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class RecipListItem
                : public RecipListViewItem {
-
                public:
                        RecipListItem();
                        virtual ~RecipListItem();
index e58d1245e2b0301d16e17a372ad090299ecb8813..b9b698279c7121fc78bd584e93d1f79213d662dd 100644 (file)
@@ -93,7 +93,6 @@ BubbleEntity *BubbleEntityFactory::createEntity(const MsgConvMedia &msgMedia, Me
        std::string filePath = msgMedia.getPath();
 
        if (FileUtils::isExists(filePath)) {
-
                std::string mime = msgMedia.getMime();
                std::string fileName = msgMedia.getName();
 
index c8ef1fc6d4697a7b36f3e0d2cfe2352a0f8c162b..8f939469407553e65561cfcc1f7c3354b3818d41 100644 (file)
@@ -411,7 +411,6 @@ void ConvList::onListItemSelected(ListItem &listItem)
        }
 
        if (auto *item = dynamic_cast<ConvListItem*>(&listItem)) {
-
                if (!item->getActionEventFlag()) {
                        if (item->getStatusType() == ConvListViewItem::FailedStatus)
                                resendMsg(*item);
index c0275066ff3cff255f070c8b342c166ca8b1d859..bba028a56465937b0414cbb1d08c2f7cbca9c7b0 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class BubbleAudioViewItem
                : public BubbleViewItem {
-
                public:
                        enum State {
                                PlayState,
index ea5fc111c56778480cf03320916d342a6967b509..9d5c1fa9d602107de1e6e0490f28a713556d43c3 100644 (file)
@@ -34,7 +34,6 @@ namespace Msg {
        class MsgThreadFrame
                : public FrameController
                , private IThreadListListener {
-
                public:
                        MsgThreadFrame(NaviFrameController &parent);
                        virtual ~MsgThreadFrame();
index a90541c3064dc09e9174885cb687dba599df9de0..619806526e09a2331e7579ac695213ba32b790d6 100644 (file)
@@ -41,7 +41,6 @@ namespace Msg {
                , private IContactManagerListener
                , private ISystemSettingsManager
                , private IThreadComposeListViewItemListener {
-
                public:
                        ThreadList(DefaultLayout &parent);
                        virtual ~ThreadList();
index 2c97ea75d4ed3932653f4ae367fc6aa06923d8f4..75b17fd9589e2d1cabdff7752283737614a91618 100644 (file)
@@ -26,7 +26,6 @@ namespace Msg {
 
        class ThreadComposeListViewItem
                : public ListItem {
-
                public:
                        ThreadComposeListViewItem();
                        virtual ~ThreadComposeListViewItem();
index 3120f27475fe1f822d4169d76b1528487f342a1b..e763cdffa76636983335477de284063f6ab7157d 100644 (file)
@@ -25,7 +25,6 @@
 namespace Msg {
        class BlockedMsgDetailListItem
                : public BlockedMsgDetailListViewItem {
-
                public:
                        BlockedMsgDetailListItem(MsgId id);
                        virtual ~BlockedMsgDetailListItem();
index 3b1426ca7ddbca084cbea283536c269aa0706504..b32b5379c791c0d1a023223ec1ed671b7e683096 100644 (file)
@@ -28,7 +28,6 @@ namespace Msg {
 
        class BlockedMsgListItem
                : public BlockedMsgListViewItem {
-
                public:
                        BlockedMsgListItem(const Message &msg);
                        virtual ~BlockedMsgListItem();
index a0a5af61945074a1e441cf529514ab494fe364c8..92b98ea6abcf9e87de6973e63f8adc53574de4c3 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class BlockedNumberListItem
                : public BlockedNumberListViewItem {
-
                public:
                        BlockedNumberListItem(Recipient recip);
                        virtual ~BlockedNumberListItem();
index 9b985a489a9129253e17072dd3a468cb5cbb2ba4..54c08fcfd610156af235ae86cd7f218377382bc9 100644 (file)
@@ -44,7 +44,6 @@ namespace Msg {
                , private ISystemSettingsManager
                , private IContactManagerListener
                , private IMsgStorageListener {
-
                public:
                        SettingsBlockedMessagesFrame(NaviFrameController &parent);
                        virtual ~SettingsBlockedMessagesFrame();
index d2a5ab180747a0c8d5ad2eed71a83f3a48e77bcf..7bec324ca146d4d766810d46ffacb785f7f046b1 100644 (file)
@@ -34,7 +34,6 @@ namespace Msg {
                : public FrameController
                , private ISystemSettingsManager
                , private IContactManagerListener {
-
                public:
                        SettingsBlockedMsgDetailFrame(NaviFrameController &parent, MsgId msgId, Recipient recip);
                        virtual ~SettingsBlockedMsgDetailFrame();
index e424b3f2b27c79d6dddaed666dac8bdcfdc447bb..9342220cc5a29ebf8d206f30adeb3cb30155b41a 100644 (file)
@@ -41,7 +41,6 @@ namespace Msg {
                , private IListViewListener
                , private ISystemSettingsManager
                , private IContactManagerListener {
-
                public:
                        SettingsBlockedNumbersFrame(NaviFrameController &parent);
                        virtual ~SettingsBlockedNumbersFrame();
index fdeb20ea0b3a544b215e0b739e3d29c21f89f321..21899391525a4c4ac096a2805eea7fce062ab3fa 100644 (file)
@@ -33,7 +33,6 @@ namespace Msg {
                : public FrameController
                , private IListViewListener
                , private IMsgSettingsListener {
-
                public:
                        /**
                         * @brief A constructor of Settings object based on outside parent object.
index 7bbf9c8d87854dee60fe8e88b05231e0a867c72f..5c723f0ada3661f2d897c1bef2c632ff7d23b665 100644 (file)
@@ -38,7 +38,6 @@ SettingsMenuBlockListFrame::SettingsMenuBlockListFrame(NaviFrameController &pare
 
 SettingsMenuBlockListFrame::~SettingsMenuBlockListFrame()
 {
-
 }
 
 void SettingsMenuBlockListFrame::onAttached(ViewItem &item)
index a76744a003984966a80c5e43f48edd612d133552..18395a3876a39e0979e35b19d2b31200f3615d5a 100644 (file)
@@ -22,7 +22,6 @@
 namespace Msg {
        class BlockedMsgDetailListViewItem
                : public ListItem {
-
                public:
                        BlockedMsgDetailListViewItem();
                        virtual ~BlockedMsgDetailListViewItem();
index ebefd83b6c69d6f189b9094cf1e1008d1ca49653..59d1b6f0bd9a11f19807266eb7c3c7f11818183c 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class BlockedNumberListViewItem
                : public ListItem {
-
                public:
                        static const ListItemStyleRef numberStyle;
                        static const ListItemStyleRef contactNameStyle;
index 9996364827b93a6b0d08b591b05d79a5b67c074e..7d5e2db2bcfe2055a22b67357d9f81da86afa218 100644 (file)
@@ -23,7 +23,6 @@
 namespace Msg {
        class SettingsMenuListItem
                : public ListItem {
-
                 public:
                        using OnChangedCb = std::function<void(SettingsMenuListItem &item)>;
 
index 4d30ca4bb4014d9c4433c3b705248171f4a99959..7bd3a0d7749fbe11e66bc0e168c7713733104781 100644 (file)
@@ -38,9 +38,9 @@ BlockedMsgDetailListViewItem::~BlockedMsgDetailListViewItem()
 
 std::string BlockedMsgDetailListViewItem::getText(ListItem &item, const char *part)
 {
-       if (!strcmp(part, msgTime))
+       if (!strcmp(part, msgTime)) {
                return getTime();
-       else if (!strcmp(part, msgText)) {
+       else if (!strcmp(part, msgText)) {
                return getMessage();
        }