hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=6b7ec9dcd52328e508e2499c9f96922c9e389d93

commit 6b7ec9dcd52328e508e2499c9f96922c9e389d93
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Sep 1 20:01:14 2016 +0900

    template: remove unnecessary space
    
    Summary: remove unncessary space
    
    Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D4270
---
 src/lib/template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/template.c b/src/lib/template.c
index 59c636a..4b8c79f 100644
--- a/src/lib/template.c
+++ b/src/lib/template.c
@@ -334,7 +334,7 @@ template_part_insert(edit_data *ed, Edje_Part_Type 
part_type,
         line_cnt += 2;
      }
 
-   //If there are some relative_to part then insert relative_to 
+   //If there are some relative_to part then insert relative_to
    if (rel1_x_to)
      {
         elm_entry_entry_insert(edit_entry, p);

-- 


Reply via email to