seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=caa12399a8444a4a706243f9660da9878a875e3c
commit caa12399a8444a4a706243f9660da9878a875e3c Author: Daniel Juyung Seo <[email protected]> Date: Fri Dec 19 02:36:16 2014 +0900 image: Fix formatting for the latest commit 283988. --- src/lib/elm_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_image.c b/src/lib/elm_image.c index e7076b8..9bc14ac 100644 --- a/src/lib/elm_image.c +++ b/src/lib/elm_image.c @@ -184,8 +184,8 @@ _elm_image_internal_sizing_eval(Evas_Object *obj, Elm_Image_Data *sd) evas_object_move(sd->img, x, y); evas_object_image_fill_set(sd->img, 0, 0, w, h); - if (x < 0) w+=x; - if (y < 0) h+=y; + if (x < 0) w += x; + if (y < 0) h += y; evas_object_resize(sd->img, w, h); } --
