evas vg: fix indentation. 25/195825/2
authorHermet Park <hermetpark@gmail.com>
Tue, 18 Dec 2018 06:25:24 +0000 (15:25 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Thu, 20 Dec 2018 06:03:53 +0000 (06:03 +0000)
Change-Id: Ib4a5c3132be9471aa7c489588dd78c2842c8301f

src/lib/evas/canvas/efl_canvas_vg_shape.eo

index 2706d0f..c51df0b 100644 (file)
@@ -4,34 +4,34 @@ class Efl.Canvas.Vg.Shape (Efl.Canvas.Vg.Node, Efl.Gfx.Shape)
    legacy_prefix: evas_vg_shape;
    methods {
       @property fill {
-          [[Fill of the shape object]]
+         [[Fill of the shape object]]
          set {
-    }
-    get {
-    }
-    values {
-       f: Efl.Canvas.Vg.Node; [[Fill object]]
-    }
+         }
+         get {
+         }
+         values {
+            f: Efl.Canvas.Vg.Node; [[Fill object]]
+         }
       }
       @property stroke_fill {
-          [[Stroke fill of the shape object]]
+         [[Stroke fill of the shape object]]
          set {
-    }
-    get {
-    }
-    values {
-       f: Efl.Canvas.Vg.Node; [[Stroke fill object]]
-    }
+         }
+         get {
+         }
+         values {
+            f: Efl.Canvas.Vg.Node; [[Stroke fill object]]
+         }
       }
       @property stroke_marker {
-          [[Stroke marker of the shape object]]
+         [[Stroke marker of the shape object]]
          set {
-    }
-    get {
-    }
-    values {
-       m: Efl.Canvas.Vg.Node; [[Stroke marker object]]
-    }
+         }
+         get {
+         }
+         values {
+            m: Efl.Canvas.Vg.Node; [[Stroke marker object]]
+         }
       }
    }
    implements {