elm: Removed trailing whitespaces before I work on.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Aug 2011 06:46:43 +0000 (06:46 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Aug 2011 06:46:43 +0000 (06:46 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in
src/lib/elm_menu.c
src/lib/els_scroller.c

index 6cd35b9..f5d200f 100644 (file)
@@ -715,7 +715,7 @@ extern "C" {
     *
     * @param obj The Elementary object
     * @param item The content id to set (NULL for the default content)
-    * @param content The new content of the object 
+    * @param content The new content of the object
     *
     * @note Elementary objects may have many contents
     *
index f17583d..88e971a 100644 (file)
@@ -785,7 +785,7 @@ elm_menu_item_object_content_set(Elm_Menu_Item *item, Evas_Object *obj)
         elm_widget_sub_object_del(item->base.widget, item->content);
         evas_object_del(item->content);
      }
-     
+
    item->content = obj;
 
    elm_widget_sub_object_add(item->base.widget, item->content);
index 8339fd1..b346ba7 100644 (file)
@@ -972,7 +972,7 @@ elm_smart_scroller_child_pos_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y)
      edje_object_signal_emit(sd->edje_obj, "elm,action,scroll", "elm");
    if (!sd->down.bounce_x_animator)
      {
-        if (((x < minx) && (0 <= sd->down.dx)) || 
+        if (((x < minx) && (0 <= sd->down.dx)) ||
             ((x > (mx + minx)) && (0 >= sd->down.dx)))
           {
              sd->bouncemex = 1;
@@ -983,7 +983,7 @@ elm_smart_scroller_child_pos_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y)
      }
    if (!sd->down.bounce_y_animator)
      {
-        if (((y < miny) && (0 <= sd->down.dy)) || 
+        if (((y < miny) && (0 <= sd->down.dy)) ||
             ((y > (my + miny)) && (0 >= sd->down.dy)))
           {
              sd->bouncemey = 1;