remove trailing whitespaces

SVN revision: 53443
This commit is contained in:
Lucas De Marchi 2010-10-15 11:34:22 +00:00
parent d52377931c
commit 7c0b627b5a
1 changed files with 3 additions and 3 deletions

View File

@ -437,7 +437,7 @@ _theme_hook(Evas_Object *obj)
Widget_Data *wd = elm_widget_data_get(obj);
Elm_List_Item *it;
Eina_List *n;
if (!wd) return;
if (wd->scr)
{
@ -513,7 +513,7 @@ _sub_del(void *data __UNUSED__, Evas_Object *obj, void *event_info)
if (it->icon == sub) it->icon = NULL;
if (it->end == sub) it->end = NULL;
evas_object_event_callback_del_full
(sub, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _changed_size_hints,
(sub, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _changed_size_hints,
obj);
if (!wd->walking)
{
@ -1273,7 +1273,7 @@ elm_list_clear(Evas_Object *obj)
if (wd->walking > 0)
{
Eina_List *n;
EINA_LIST_FOREACH(wd->items, n, it)
{
if (it->deleted) continue;