hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=5f2682a79219d4d7090dce328f3d3d8b56d05e28

commit 5f2682a79219d4d7090dce328f3d3d8b56d05e28
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Sep 1 20:02:52 2016 +0900

    utils: apply enventor coding convention
    
    Summary: apply enventor coding convention
    
    Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D4268
---
 src/bin/utils.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/utils.c b/src/bin/utils.c
index 8695c16..9a0c194 100644
--- a/src/bin/utils.c
+++ b/src/bin/utils.c
@@ -9,7 +9,8 @@ char EDJE_PATH[PATH_MAX];
 const char *ENVENTOR_NAME = "enventor";
 Enventor_Item *active_item = NULL;
 
-void mem_fail_msg(void)
+void
+mem_fail_msg(void)
 {
    EINA_LOG_ERR("Failed to allocate Memory!");
 }

-- 


Reply via email to