elementary/naviframe - removed white trailings
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Sep 2011 11:21:01 +0000 (11:21 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Sep 2011 11:21:01 +0000 (11:21 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_naviframe.c

index 9d3e4f6..41aed8d 100644 (file)
@@ -260,7 +260,7 @@ _content_get_hook(const Elm_Object_Item *it,
    Elm_Naviframe_Content_Item_Pair *pair = NULL;
    Elm_Naviframe_Item *navi_it = ELM_CAST(it);
 
-   //specified parts 
+   //specified parts
    if (!strcmp(part, "elm.swallow.content"))
      return navi_it->content;
    else if (!strcmp(part, "elm.swallow.prev_btn"))
@@ -291,7 +291,7 @@ _content_unset_hook(Elm_Object_Item *it __UNUSED__,
   if (!part) return NULL;
 
   //specified parts
-  //FIXME: could be unset the below specified contents also. 
+  //FIXME: could be unset the below specified contents also.
    if (!strcmp(part, "elm.swallow.content") ||
        !strcmp(part, "elm.swallow.prev_btn") ||
        !strcmp(part, "elm.swallow.next_btn"))