Ecore ecore_events.c: Fixed indentation.

SVN revision: 60179
This commit is contained in:
Daniel Juyung Seo 2011-06-10 07:26:56 +00:00
parent 93e020f7ea
commit 917b378841
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ _ecore_event_exist(void)
{
Ecore_Event *e;
EINA_INLIST_FOREACH(events, e)
if (!e->delete_me) return 1;
if (!e->delete_me) return 1;
return 0;
}