bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d533bdbbac3531234854db99aa8ca885d49e96a4
commit d533bdbbac3531234854db99aa8ca885d49e96a4 Author: Marcel Hollerbach <[email protected]> Date: Tue Mar 24 15:21:04 2020 +0100 eo: fix wrong formatting no functional changes. Reviewed-by: Xavi Artigas <[email protected]> Reviewed-by: Stefan Schmidt <[email protected]> Differential Revision: https://phab.enlightenment.org/D11578 --- 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 e0b2d464fb..63a73fae51 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -1503,7 +1503,7 @@ eo_class_free(_Efl_Class *klass) { if (klass->desc->class_destructor) klass->desc->class_destructor(_eo_class_id_get(klass)); - _vtable_mro_free(klass); + _vtable_mro_free(klass); _vtable_free(&klass->vtable, NULL); } --
