Elementary notify: Fixed formatting. Removed unnecessary blank lines.

SVN revision: 58942
This commit is contained in:
Daniel Juyung Seo 2011-04-27 00:53:52 +00:00
parent c8d878a852
commit b856a808ec
1 changed files with 0 additions and 3 deletions

View 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;
}