From 15caa462a924929952d682d5163a96caf514e566 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 24 Oct 2015 12:23:38 +0900 Subject: [PATCH] eo header - remove 2 errant spaces to clean formatting --- src/lib/eo/Eo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 38b60c2531..3e5ad42f7b 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -549,7 +549,7 @@ EAPI Eo_Op _eo_api_op_id_get(const void *api_func); EAPI Eina_Bool _eo_call_resolve(const char *func_name, Eo_Op_Call_Data *call, Eo_Call_Cache *callcache, const char *file, int line); // start of eo_do barrier, gets the object pointer and ref it, put it on the stask - EAPI Eina_Bool _eo_do_start(const Eo *obj, const Eo_Class *cur_klass, Eina_Bool is_super, void *eo_stack); +EAPI Eina_Bool _eo_do_start(const Eo *obj, const Eo_Class *cur_klass, Eina_Bool is_super, void *eo_stack); // end of the eo_do barrier, unref the obj, move the stack pointer EAPI void _eo_do_end(void *eo_stack);