edc_navigator: remove unnecessary space

Summary: remove unncessary space

Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D4263
This commit is contained in:
Taehyub Kim 2016-09-01 20:07:04 +09:00 committed by Hermet Park
parent 65e13b5c72
commit 46e3db3392
1 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@ programs_update(navi_data *nd, group_it *git)
Enventor_Object *enventor = base_enventor_get();
Eina_List *program_list = enventor_object_programs_list_get(enventor);
//oh, no programs..
//oh, no programs..
if (!program_list)
{
navigator_programs_clear(git);
@ -1372,7 +1372,7 @@ edc_navigator_group_update(const char *cur_group)
//FIXME: This function is unnecessarily called... why?
//Cancel item selection if group was not indicated.
//Cancel item selection if group was not indicated.
if (!cur_group) navigator_item_deselect(nd);
Eina_List *group_list =
enventor_item_group_list_get(file_mgr_focused_item_get());