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
This commit is contained in:
Taehyub Kim 2016-09-01 20:00:13 +09:00 committed by Hermet Park
parent b36401793a
commit a7329630c3
1 changed files with 2 additions and 1 deletions

View File

@ -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!");
}