From 83a0e83e3f3803ecb79ff58cb72e26586b9b466c Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 18 Dec 2018 15:25:24 +0900 Subject: [PATCH] evas vg: fix indentation. --- src/lib/evas/canvas/efl_canvas_vg_shape.eo | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/lib/evas/canvas/efl_canvas_vg_shape.eo b/src/lib/evas/canvas/efl_canvas_vg_shape.eo index 2706d0f253..c51df0b9ea 100644 --- a/src/lib/evas/canvas/efl_canvas_vg_shape.eo +++ b/src/lib/evas/canvas/efl_canvas_vg_shape.eo @@ -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 {