hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=65e13b5c729e54b52bb3df10005ff4658d6ce73c
commit 65e13b5c729e54b52bb3df10005ff4658d6ce73c Author: Taehyub Kim <taehyub....@samsung.com> Date: Thu Sep 1 20:06:42 2016 +0900 base_gui: apply enventor coding convention Summary: apply enventor coding convention Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D4262 --- src/bin/base_gui.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/base_gui.c b/src/bin/base_gui.c index 4f69433..3e4f5e7 100644 --- a/src/bin/base_gui.c +++ b/src/bin/base_gui.c @@ -105,7 +105,8 @@ base_file_tab_toggle(Eina_Bool toggle) } } -void base_file_browser_toggle(Eina_Bool toggle) +void +base_file_browser_toggle(Eina_Bool toggle) { base_data *bd = g_bd; EINA_SAFETY_ON_NULL_RETURN(bd); @@ -118,7 +119,8 @@ void base_file_browser_toggle(Eina_Bool toggle) elm_object_signal_emit(bd->layout, "elm,state,file_browser,hide", ""); } -void base_edc_navigator_deselect(void) +void +base_edc_navigator_deselect(void) { if (config_edc_navigator_get()) edc_navigator_deselect(); --