ecore/ecore_con - removed white trailings
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Dec 2011 07:04:36 +0000 (07:04 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Dec 2011 07:04:36 +0000 (07:04 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66473 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/Ecore_Con.h

index bf58f86..c37ff83 100644 (file)
@@ -488,7 +488,7 @@ struct _Ecore_Con_Event_Proxy_Bind
 {
    Ecore_Con_Server *server; /**< the server object connected to the proxy */
    const char *ip;           /**< the proxy-bound ip address */
-   int port;                 /**< the proxy-bound port */ 
+   int port;                 /**< the proxy-bound port */
 };
 
 /**
@@ -1875,7 +1875,7 @@ EAPI Eina_Bool ecore_con_url_proxy_set(Ecore_Con_Url *url_con, const char *proxy
  *
  * @see ecore_con_url_proxy_set()
  *
- * @since 1.2 
+ * @since 1.2
  */
 EAPI Eina_Bool ecore_con_url_proxy_username_set(Ecore_Con_Url *url_con, const char *username);