hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=46e3db339212a63e1547867243e17037068b84e0

commit 46e3db339212a63e1547867243e17037068b84e0
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Sep 1 20:07:04 2016 +0900

    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
---
 src/bin/edc_navigator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/edc_navigator.c b/src/bin/edc_navigator.c
index e327eae..a3f5c70 100644
--- a/src/bin/edc_navigator.c
+++ b/src/bin/edc_navigator.c
@@ -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());

-- 


Reply via email to