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
This commit is contained in:
Taehyub Kim 2016-09-01 20:02:52 +09:00 committed by Hermet Park
parent 0238ed5162
commit 5f2682a792
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ char EDJE_PATH[PATH_MAX];
const char *ENVENTOR_NAME = "enventor"; const char *ENVENTOR_NAME = "enventor";
Enventor_Item *active_item = NULL; Enventor_Item *active_item = NULL;
void mem_fail_msg(void) void
mem_fail_msg(void)
{ {
EINA_LOG_ERR("Failed to allocate Memory!"); EINA_LOG_ERR("Failed to allocate Memory!");
} }