From d9ceddf63a741ae3a92fcd9146bb656055ddc987 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 8 Nov 2013 15:30:25 +0000 Subject: [PATCH] eo2: fixed formatting. --- src/lib/eo/eo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index f68894f2ae..ea91cf5621 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -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);