Just Formatting. NO code changes.

SVN revision: 41636
This commit is contained in:
Christopher Michael 2009-08-07 21:38:36 +00:00
parent c508b00c24
commit 9261a4d24b
1 changed files with 2 additions and 2 deletions

View File

@ -760,10 +760,10 @@ evas_render_object_recalc(Evas_Object *obj)
if ((!obj->changed) && (obj->delete_me < 2))
{
Evas *e;
Evas *e;
e = obj->layer->evas;
if (!e || e->cleanup) return ;
if ((!e) || (e->cleanup)) return;
if (!obj->changed)
eina_array_push(&e->pending_objects, obj);