evas - removed white spaces
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Dec 2011 11:18:44 +0000 (11:18 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 29 Dec 2011 11:18:44 +0000 (11:18 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index d820e25..617a27c 100644 (file)
@@ -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.
  *