From a76caa30216b0f6d570926a191c372a898895084 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 23 Dec 2011 07:04:36 +0000 Subject: [PATCH] ecore/ecore_con - removed white trailings SVN revision: 66473 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index bf58f86d16..c37ff8398b 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -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);