From: hermet Date: Thu, 29 Dec 2011 11:18:44 +0000 (+0000) Subject: evas - removed white spaces X-Git-Tag: accepted/2.0/20130306.225542~155^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=151fa794689904a313745f3a160636aea498f8ec;p=profile%2Fivi%2Fevas.git evas - removed white spaces git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index d820e25..617a27c 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2512,14 +2512,14 @@ EAPI void evas_event_thaw_eval (Evas *e) EINA_ARG_NONN /** * Get the number of mouse or multi presses currently active - * + * * @p e The given canvas pointer. * @return The numer of presses (0 if none active). - * + * * @since 1.2 */ EAPI int evas_event_down_count_get (const Evas *e) EINA_ARG_NONNULL(1); - + /** * Mouse down event feed. *