Replace tabs with spaces
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 29 Oct 2019 13:56:01 +0000 (14:56 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:39 +0000 (11:20 +0900)
As our coding conventions mandate.

src/lib/ecore/efl_boolean_model.eo

index 48eab60..f8ee356 100644 (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.]]