hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=a7329630c38af7e13d5d591f9b46a0bd9b2b202c
commit a7329630c38af7e13d5d591f9b46a0bd9b2b202c Author: Taehyub Kim <taehyub....@samsung.com> Date: Thu Sep 1 20:00:13 2016 +0900 lib util: apply enventor coding convention Summary: apply enventor coding convention Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D4271 --- src/lib/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/util.c b/src/lib/util.c index 43b2358..3ae1fde 100644 --- a/src/lib/util.c +++ b/src/lib/util.c @@ -5,7 +5,8 @@ #include <Enventor.h> #include "enventor_private.h" -void mem_fail_msg(void) +void +mem_fail_msg(void) { EINA_LOG_ERR("Failed to allocate Memory!"); } --