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
This commit is contained in:
Taehyub Kim 2016-09-01 20:06:42 +09:00 committed by Hermet Park
parent 341b9827e3
commit 65e13b5c72
1 changed files with 4 additions and 2 deletions

View File

@ -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();