From 80c687021a5ce0ff85853ae675570e867458e84a Mon Sep 17 00:00:00 2001 From: Sungmin Kwak Date: Mon, 9 Feb 2015 10:38:56 +0900 Subject: [PATCH] Fix a wrong indentation Change-Id: If2c64a30e6b3924ccd2e2ce9423ebb18ed7facae --- src/sclconnection-isf.cpp | 14 +++++++------- src/sclcorecallback.h | 0 src/sclcoreimpl.cpp | 0 src/sclcoreimpl.h | 0 src/sclcoreui-efl.cpp | 0 5 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 src/sclconnection-isf.cpp mode change 100755 => 100644 src/sclcorecallback.h mode change 100755 => 100644 src/sclcoreimpl.cpp mode change 100755 => 100644 src/sclcoreimpl.h mode change 100755 => 100644 src/sclcoreui-efl.cpp diff --git a/src/sclconnection-isf.cpp b/src/sclconnection-isf.cpp old mode 100755 new mode 100644 index ed39041..1f3303e --- a/src/sclconnection-isf.cpp +++ b/src/sclconnection-isf.cpp @@ -328,13 +328,13 @@ static void slot_update_candidate_geometry (const scim::HelperAgent *agent, int } static void slot_update_keyboard_ise (const scim::HelperAgent *agent, int ic, const scim::String &uuid, const scim::String &ise_name, const scim::String &ise_uuid) { - CSCLCoreImpl *impl = CSCLCoreImpl::get_instance(); - if (impl) { - ISCLCoreEventCallback *callback = impl->get_core_event_callback(); - if (callback) { - callback->on_update_keyboard_ise(ic, uuid.c_str(), ise_name.c_str(), ise_uuid.c_str()); - } - } + CSCLCoreImpl *impl = CSCLCoreImpl::get_instance(); + if (impl) { + ISCLCoreEventCallback *callback = impl->get_core_event_callback(); + if (callback) { + callback->on_update_keyboard_ise(ic, uuid.c_str(), ise_name.c_str(), ise_uuid.c_str()); + } + } } static void slot_candidate_more_window_show (const scim::HelperAgent *agent, int ic, const scim::String &uuid) { diff --git a/src/sclcorecallback.h b/src/sclcorecallback.h old mode 100755 new mode 100644 diff --git a/src/sclcoreimpl.cpp b/src/sclcoreimpl.cpp old mode 100755 new mode 100644 diff --git a/src/sclcoreimpl.h b/src/sclcoreimpl.h old mode 100755 new mode 100644 diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp old mode 100755 new mode 100644 -- 2.7.4