elm icon: Removed trailing whitespaces.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Sep 2011 02:20:26 +0000 (02:20 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Sep 2011 02:20:26 +0000 (02:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63404 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_icon.c

index e349586..a19f3c9 100644 (file)
@@ -713,7 +713,7 @@ elm_icon_thumb_set(Evas_Object *obj, const char *file, const char *group)
    if (!wd) return;
 
 #ifdef HAVE_ELEMENTARY_ETHUMB
-   evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE, 
+   evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE,
                                       _elm_icon_standard_resize, wd);
    evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE,
                                       _elm_icon_thumb_resize, wd);