hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=341b9827e3a0dc3f254a75fb500ecf65ec04ce1c

commit 341b9827e3a0dc3f254a75fb500ecf65ec04ce1c
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Sep 1 20:03:33 2016 +0900

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

diff --git a/src/bin/text_setting.c b/src/bin/text_setting.c
index 324f48c..9c6e782 100644
--- a/src/bin/text_setting.c
+++ b/src/bin/text_setting.c
@@ -112,7 +112,7 @@ static int color_type_list[COLOR_KEYWORD_MAX_CNT] =
    ENVENTOR_SYNTAX_COLOR_SYMBOL,         ENVENTOR_SYNTAX_COLOR_SYMBOL,
    //set_int(...
    ENVENTOR_SYNTAX_COLOR_SCRIPT_FUNC,    ENVENTOR_SYNTAX_COLOR_SYMBOL,
-   //flag, 1);... 
+   //flag, 1);...
    ENVENTOR_SYNTAX_COLOR_SYMBOL,         ENVENTOR_SYNTAX_COLOR_SYMBOL,
    //} }
    ENVENTOR_SYNTAX_COLOR_SYMBOL,         ENVENTOR_SYNTAX_COLOR_SYMBOL

-- 


Reply via email to