Elementary lib: Removed trailing whitespaces except for flip.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 May 2011 02:31:21 +0000 (02:31 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 May 2011 02:31:21 +0000 (02:31 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59796 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.c
src/lib/elm_transit.c
src/lib/els_box.c

index c2bfe41..89acd11 100644 (file)
@@ -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)
      {
index 612ef4a..838cd14 100644 (file)
@@ -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
index a1d68c7..e84c27d 100644 (file)
@@ -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));