Fix a wrong indentation 93/40893/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Mon, 9 Feb 2015 01:38:56 +0000 (10:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000 (16:24 +0900)
Change-Id: If2c64a30e6b3924ccd2e2ce9423ebb18ed7facae

src/sclconnection-isf.cpp [changed mode: 0755->0644]
src/sclcorecallback.h [changed mode: 0755->0644]
src/sclcoreimpl.cpp [changed mode: 0755->0644]
src/sclcoreimpl.h [changed mode: 0755->0644]
src/sclcoreui-efl.cpp [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index ed39041..1f3303e
@@ -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) {
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)