xartigas pushed a commit to branch master.

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

commit c4621408843b45e5b5d7b76c584212d3d5e224ae
Author: Xavi Artigas <[email protected]>
Date:   Tue Oct 29 14:56:01 2019 +0100

    Replace tabs with spaces
    
    As our coding conventions mandate.
---
 src/lib/ecore/efl_boolean_model.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore/efl_boolean_model.eo 
b/src/lib/ecore/efl_boolean_model.eo
index 48eab607c4..f8ee356713 100644
--- a/src/lib/ecore/efl_boolean_model.eo
+++ b/src/lib/ecore/efl_boolean_model.eo
@@ -11,13 +11,13 @@ class @beta Efl.Boolean_Model extends Efl.Composite_Model
          params {
             @in name: string; [[The name of the new boolean property.]]
             @in default_value: bool; [[Default value for new boolean 
property.]]
-        }
+         }
       }
       boolean_del {
          [[Deletes an existing named boolean property.]]
          params {
             @in name: string; [[Name of the property to be deleted.]]
-        }
+         }
       }
       boolean_iterator_get {
          [[Gets an iterator that will quickly find all the indices with the 
requested value for a specific property.]]

-- 


Reply via email to