mirror of https://github.com/GNOME/gimp.git
app: indentation in GimpCanvasArc
This commit is contained in:
parent
c215677876
commit
cad5c1e2fb
|
@ -149,9 +149,9 @@ gimp_canvas_arc_init (GimpCanvasArc *arc)
|
|||
|
||||
static void
|
||||
gimp_canvas_arc_set_property (GObject *object,
|
||||
guint property_id,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
guint property_id,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GimpCanvasArcPrivate *private = GET_PRIVATE (object);
|
||||
|
||||
|
@ -187,9 +187,9 @@ gimp_canvas_arc_set_property (GObject *object,
|
|||
|
||||
static void
|
||||
gimp_canvas_arc_get_property (GObject *object,
|
||||
guint property_id,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
guint property_id,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GimpCanvasArcPrivate *private = GET_PRIVATE (object);
|
||||
|
||||
|
|
Loading…
Reference in New Issue