evas/render - fix indent.

SVN revision: 72186
This commit is contained in:
ChunEon Park 2012-06-15 11:16:11 +00:00
parent 2c601fc25b
commit b79f60974b
1 changed files with 10 additions and 10 deletions

View File

@ -822,7 +822,7 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
_evas_render_has_map(obj));
if (_evas_render_has_map(obj))
{
RGBA_Map_Point *pts;
RGBA_Map_Point *pts;
int sw, sh;
Eina_Bool changed = EINA_FALSE, rendered = EINA_FALSE;
@ -839,8 +839,8 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
return clean_them;
}
evas_object_map_update(obj, off_x, off_y, sw, sh, sw, sh);
pts = obj->spans->pts;
evas_object_map_update(obj, off_x, off_y, sw, sh, sw, sh);
pts = obj->spans->pts;
if (obj->cur.map->surface)
{