Fix indentation 74/199174/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 7 Feb 2019 01:11:03 +0000 (10:11 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 7 Feb 2019 01:11:52 +0000 (10:11 +0900)
Change-Id: Icdaa34feda8cf40c59639f4ddfc642078844cdaa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/efl_panel/remote_input.cpp

index 385be8a..b0c9367 100644 (file)
@@ -274,14 +274,14 @@ _ecore_wl2_keymap_update_cb (void *data, int ev_type, void *event)
 
 bool Remote_Input::init_uinput_keyboard_device()
 {
-     keymap_update_handler = ecore_event_handler_add (ECORE_WL2_EVENT_SEAT_KEYMAP_CHANGED, _ecore_wl2_keymap_update_cb, NULL);
+    keymap_update_handler = ecore_event_handler_add (ECORE_WL2_EVENT_SEAT_KEYMAP_CHANGED, _ecore_wl2_keymap_update_cb, NULL);
 
-     if (!keymap_update_handler) {
-         LOGD ("Add keymap update callback failed");
-         return false;
-    }        
+    if (!keymap_update_handler) {
+        LOGD ("Add keymap update callback failed");
+        return false;
+    }
 
-     return true;
+    return true;
 }
 
 bool Remote_Input::init_uinput_mouse_device()