diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2019-02-07 10:11:03 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2019-02-07 10:11:52 +0900 |
commit | 53f171baaad02fb432080dbc32dddb7b8346d9fc (patch) | |
tree | d3eaac051927d6626b87b9ff93c3cf631d12d8a5 /ism/extras | |
parent | c66c93b81720e772291afeda2622b7dd6ab64de4 (diff) | |
download | isf-53f171baaad02fb432080dbc32dddb7b8346d9fc.tar.gz isf-53f171baaad02fb432080dbc32dddb7b8346d9fc.tar.bz2 isf-53f171baaad02fb432080dbc32dddb7b8346d9fc.zip |
Fix indentation
Change-Id: Icdaa34feda8cf40c59639f4ddfc642078844cdaa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Diffstat (limited to 'ism/extras')
-rw-r--r-- | ism/extras/efl_panel/remote_input.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ism/extras/efl_panel/remote_input.cpp b/ism/extras/efl_panel/remote_input.cpp index 385be8a7..b0c93670 100644 --- a/ism/extras/efl_panel/remote_input.cpp +++ b/ism/extras/efl_panel/remote_input.cpp @@ -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() |