Replace tabs with spaces

As our coding conventions mandate.
This commit is contained in:
Xavi Artigas 2019-10-29 14:56:01 +01:00
parent cf61adaff1
commit c462140884
1 changed files with 2 additions and 2 deletions

View File

@ -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.]]