davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=19b6035490eab86c80804976326c4d017185981d

commit 19b6035490eab86c80804976326c4d017185981d
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Apr 2 13:18:29 2016 +0200

    tab--
---
 src/lib/eo/eo_base.eo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo
index aa952c0..d592bde 100644
--- a/src/lib/eo/eo_base.eo
+++ b/src/lib/eo/eo_base.eo
@@ -184,7 +184,7 @@ abstract Eo.Base ()
            callbacks of the same priority are called in reverse order of
            creation.
          ]]
-        return: bool; [[Return true when the callback has been successfully 
added.]]
+         return: bool; [[Return true when the callback has been successfully 
added.]]
          params {
             @in desc: const(Eo.Event_Description)*; [[The description of the 
event to listen to]]
             @in priority: Eo.Callback_Priority; [[The priority of the 
callback]]
@@ -194,7 +194,7 @@ abstract Eo.Base ()
       }
       event_callback_del {
          [[Del a callback with a specific data associated to it for an event.]]
-        return: bool; [[Return true when the callback has been successfully 
removed.]]
+         return: bool; [[Return true when the callback has been successfully 
removed.]]
          params {
             @in desc: const(Eo.Event_Description)*; [[The description of the 
event to listen to]]
             @in func: Eo.Event_Cb; [[the callback to delete]]
@@ -207,7 +207,7 @@ abstract Eo.Base ()
            callbacks of the same priority are called in reverse order of
            creation.
          ]]
-        return: bool; [[Return true when the callback has been successfully 
added.]]
+         return: bool; [[Return true when the callback has been successfully 
added.]]
          params {
             @in array: const(Eo.Callback_Array_Item)*; [[an 
#Eo_Callback_Array_Item of events to listen to]]
             @in priority: Eo.Callback_Priority; [[The priority of the 
callback]]
@@ -218,7 +218,7 @@ abstract Eo.Base ()
          [[Del a callback array with a specific data associated to it for an
            event.
          ]]
-        return: bool; [[Return true when the callback has been successfully 
removed.]]
+         return: bool; [[Return true when the callback has been successfully 
removed.]]
          params {
             @in array: const(Eo.Callback_Array_Item)*; [[an 
#Eo_Callback_Array_Item of events to listen to]]
             @in user_data: const(void)*; [[The data to compare]]

-- 


Reply via email to