Ecore ecore_events.c: Fixed indentation.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 07:26:56 +0000 (07:26 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 07:26:56 +0000 (07:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@60179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_events.c

index 54fdcb2..2231b6e 100644 (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;
 }