From: Hermet Park Date: Tue, 18 Dec 2018 06:25:24 +0000 (+0900) Subject: evas vg: fix indentation. X-Git-Tag: submit/tizen/20181227.084356~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c690d34bbc7873ed6bf2c5edb62d2b22f7185643;p=platform%2Fupstream%2Fefl.git evas vg: fix indentation. Change-Id: Ib4a5c3132be9471aa7c489588dd78c2842c8301f --- diff --git a/src/lib/evas/canvas/efl_canvas_vg_shape.eo b/src/lib/evas/canvas/efl_canvas_vg_shape.eo index 2706d0f..c51df0b 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 {