From d9890f750971cb77d070578e849011f70747179f Mon Sep 17 00:00:00 2001 From: seoz Date: Mon, 30 May 2011 02:31:21 +0000 Subject: [PATCH] Elementary lib: Removed trailing whitespaces except for flip. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59796 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_genlist.c | 6 +++--- src/lib/elm_transit.c | 4 ++-- src/lib/els_box.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index c2bfe41..89acd11 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -937,7 +937,7 @@ static void _item_del(Elm_Genlist_Item *it) { Evas_Object *tob = it->wd->obj; - + evas_event_freeze(evas_object_evas_get(tob)); elm_widget_item_pre_notify_del(it); elm_genlist_item_subitems_clear(it); @@ -1553,7 +1553,7 @@ _mode_finished_signal_cb(void *data, Elm_Genlist_Item *it = data; if ((it->delete_me) || (!it->realized) || (!it->mode_view)) return; char buf[1024]; - + evas_event_freeze(evas_object_evas_get(obj)); it->nocache = EINA_FALSE; _mode_item_unrealize(it); @@ -2443,7 +2443,7 @@ _update_job(void *data) if (!wd) return; wd->update_job = NULL; num = 0; - + evas_event_freeze(evas_object_evas_get(wd->obj)); EINA_INLIST_FOREACH(wd->blocks, itb) { diff --git a/src/lib/elm_transit.c b/src/lib/elm_transit.c index 612ef4a..838cd14 100644 --- a/src/lib/elm_transit.c +++ b/src/lib/elm_transit.c @@ -603,7 +603,7 @@ elm_transit_object_add(Elm_Transit *transit, Evas_Object *obj) Elm_Obj_Data *obj_data; Eina_List * list; -//TODO: Check the remove case of the same objects in this transit. +//TODO: Check the remove case of the same objects in this transit. obj_data = ELM_NEW(Elm_Obj_Data); obj_data->pass_events = evas_object_pass_events_get(obj); if (!transit->event_enabled) @@ -1075,7 +1075,7 @@ elm_transit_objects_final_state_keep_get(const Elm_Transit *transit) * @note @p chain_transit can not be NULL. Chain transits could be chained to the only one transit. * * @param transit The transit object. - * @param chain_transit The chain transit object. This transit will be operated + * @param chain_transit The chain transit object. This transit will be operated * after transit is done. * * @ingroup Transit diff --git a/src/lib/els_box.c b/src/lib/els_box.c index a1d68c7..e84c27d 100644 --- a/src/lib/els_box.c +++ b/src/lib/els_box.c @@ -69,7 +69,7 @@ _els_box_layout(Evas_Object *o, Evas_Object_Box_Data *priv, int horizontal, int evas_object_size_hint_min_get(o, &minw, &minh); evas_object_size_hint_align_get(o, &ax, &ay); count = eina_list_count(priv->children); - + if (w < minw) { x = x + ((w - minw) * (1.0 - ax)); -- 2.7.4