hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=0238ed5162c9fce287152c94221c6ad84025d686
commit 0238ed5162c9fce287152c94221c6ad84025d686 Author: Taehyub Kim <taehyub....@samsung.com> Date: Thu Sep 1 20:02:08 2016 +0900 dummy_obj: apply enventor coding convention Summary: apply enventor coding convention Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D4269 --- src/lib/dummy_obj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/dummy_obj.c b/src/lib/dummy_obj.c index c30685b..3a29817 100644 --- a/src/lib/dummy_obj.c +++ b/src/lib/dummy_obj.c @@ -199,6 +199,7 @@ layout_geom_changed_cb(void *data, Evas *evas EINA_UNUSED, evas_object_move(po->obj, lx + x, ly + y); } } + static Eina_Bool animator_cb(void *data) { --