hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e5f8e3a6a6d2efd6389efe7c0a79303573999c82
commit e5f8e3a6a6d2efd6389efe7c0a79303573999c82 Author: Hermet Park <[email protected]> Date: Thu Mar 22 17:31:07 2018 +0900 enventor_smart: correct indentation. --- src/lib/enventor_smart.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/enventor_smart.c b/src/lib/enventor_smart.c index d16074d..8e17862 100644 --- a/src/lib/enventor_smart.c +++ b/src/lib/enventor_smart.c @@ -663,8 +663,8 @@ _enventor_object_mirror_mode_get(Eo *obj EINA_UNUSED, EOLIAN static void _enventor_object_efl_ui_focus_object_focus_set(Eo *obj EINA_UNUSED, - Enventor_Object_Data *pd EINA_UNUSED, - Eina_Bool focus) + Enventor_Object_Data *pd EINA_UNUSED, + Eina_Bool focus) { if (!pd->focused_it) return; @@ -672,7 +672,8 @@ _enventor_object_efl_ui_focus_object_focus_set(Eo *obj EINA_UNUSED, } EOLIAN static Eina_Bool -_enventor_object_efl_ui_focus_object_focus_get(Eo *obj EINA_UNUSED, Enventor_Object_Data *pd) +_enventor_object_efl_ui_focus_object_focus_get(Eo *obj EINA_UNUSED, + Enventor_Object_Data *pd) { if (!pd->focused_it) return EINA_FALSE; return edit_focus_get(pd->focused_it->ed); --
