eo2: fixed formatting.

This commit is contained in:
Tom Hacohen 2013-11-08 15:30:25 +00:00
parent b8ae43b464
commit d9ceddf63a
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ eo2_call_resolve(const char *func_name, const Eo_Op op, Eo2_Op_Call_Data *call)
return EINA_FALSE;
}
if (EINA_LIKELY(func->func && func->src ))
if (EINA_LIKELY(func->func && func->src))
{
call->func = func->func;
call->klass = _eo_class_id_get(klass);