From a7329630c38af7e13d5d591f9b46a0bd9b2b202c Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Thu, 1 Sep 2016 20:00:13 +0900 Subject: [PATCH] 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 #include "enventor_private.h" -void mem_fail_msg(void) +void +mem_fail_msg(void) { EINA_LOG_ERR("Failed to allocate Memory!"); }