Elementary notify: Fixed formatting. Removed unnecessary blank lines.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 00:53:52 +0000 (00:53 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 00:53:52 +0000 (00:53 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58942 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_notify.c

index 2d33d14..7e43132 100644 (file)
@@ -1,7 +1,6 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 
-
 /**
  * @defgroup Notify Notify
  *
@@ -123,7 +122,6 @@ _notify_orientation_with_rtl(Evas_Object *obj, Elm_Notify_Orient orient)
    return orient;
 }
 
-
 static void
 _notify_theme_apply(Evas_Object *obj)
 {
@@ -729,4 +727,3 @@ elm_notify_repeat_events_get(const Evas_Object *obj)
    if (!wd) return EINA_FALSE;
    return wd->repeat_events;
 }
-