From c4621408843b45e5b5d7b76c584212d3d5e224ae Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 29 Oct 2019 14:56:01 +0100 Subject: [PATCH] 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.]]