elm: Removed trailing whitespaces before I work on.

SVN revision: 61933
This commit is contained in:
Daniel Juyung Seo 2011-08-01 06:46:43 +00:00
parent 14bb42183f
commit 4879118510
3 changed files with 4 additions and 4 deletions

View 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
*

View 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);

View 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;