edje - removed white spaces

This commit is contained in:
ChunEon Park 2013-07-18 14:47:14 +09:00
parent 464dd4f206
commit 14a32521c8
1 changed files with 859 additions and 859 deletions

View File

@ -620,7 +620,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
else
evas_object_smart_member_add(rp->object, ed->obj);
// evas_object_layer_set(rp->object, evas_object_layer_get(ed->obj));
// evas_object_layer_set(rp->object, evas_object_layer_get(ed->obj));
if (ep->type != EDJE_PART_TYPE_SWALLOW && ep->type != EDJE_PART_TYPE_GROUP && ep->type != EDJE_PART_TYPE_EXTERNAL)
{
if (ep->mouse_events)
@ -733,7 +733,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
_edje_ref(ed);
_edje_block(ed);
_edje_freeze(ed);
// if (ed->collection->script) _edje_embryo_script_init(ed);
// if (ed->collection->script) _edje_embryo_script_init(ed);
_edje_var_init(ed);
for (i = 0; i < ed->table_parts_size; i++)
{
@ -1082,7 +1082,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
evas_event_thaw_eval(tev);
return 1;
on_error:
on_error:
eina_list_free(textblocks);
eina_list_free(externals);
eina_list_free(sources);
@ -1226,10 +1226,10 @@ _edje_file_del(Edje *ed)
_edje_message_del(ed);
_edje_block_violate(ed);
_edje_var_shutdown(ed);
// if (ed->collection)
// {
// if (ed->collection->script) _edje_embryo_script_shutdown(ed);
// }
// if (ed->collection)
// {
// if (ed->collection->script) _edje_embryo_script_shutdown(ed);
// }
if (!((ed->file) && (ed->collection)))
{
@ -1580,9 +1580,9 @@ _edje_collection_free(Edje_File *edf, Edje_Part_Collection *ec, Edje_Part_Collec
free(ep->other.desc_rtl);
free(ep->items);
// technically need this - but we ASSUME we use "one_big" so everything gets
// freed in one go lower down when we del the mempool... but what if pool goes
// "over"?
// technically need this - but we ASSUME we use "one_big" so everything gets
// freed in one go lower down when we del the mempool... but what if pool goes
// "over"?
eina_mempool_free(ce->mp.part, ep);
}
free(ec->parts);