[gimp] app: indentation



commit fe5b6eddc051c3ea394d00e7cc527757b9ec8336
Author: Michael Natterer <mitch gimp org>
Date:   Wed Sep 29 22:20:02 2010 +0200

    app: indentation

 app/display/gimpcanvasguide.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/app/display/gimpcanvasguide.c b/app/display/gimpcanvasguide.c
index 825a9eb..e7a5ed7 100644
--- a/app/display/gimpcanvasguide.c
+++ b/app/display/gimpcanvasguide.c
@@ -58,18 +58,18 @@ struct _GimpCanvasGuidePrivate
 /*  local function prototypes  */
 
 static void        gimp_canvas_guide_set_property (GObject          *object,
-                                                  guint             property_id,
-                                                  const GValue     *value,
-                                                  GParamSpec       *pspec);
+                                                   guint             property_id,
+                                                   const GValue     *value,
+                                                   GParamSpec       *pspec);
 static void        gimp_canvas_guide_get_property (GObject          *object,
-                                                  guint             property_id,
-                                                  GValue           *value,
-                                                  GParamSpec       *pspec);
+                                                   guint             property_id,
+                                                   GValue           *value,
+                                                   GParamSpec       *pspec);
 static void        gimp_canvas_guide_draw         (GimpCanvasItem   *item,
-                                                  GimpDisplayShell *shell,
-                                                  cairo_t          *cr);
+                                                   GimpDisplayShell *shell,
+                                                   cairo_t          *cr);
 static GdkRegion * gimp_canvas_guide_get_extents  (GimpCanvasItem   *item,
-                                                  GimpDisplayShell *shell);
+                                                   GimpDisplayShell *shell);
 
 
 G_DEFINE_TYPE (GimpCanvasGuide, gimp_canvas_guide, GIMP_TYPE_CANVAS_ITEM)
@@ -193,8 +193,8 @@ gimp_canvas_guide_transform (GimpCanvasItem   *item,
 
 static void
 gimp_canvas_guide_draw (GimpCanvasItem   *item,
-                       GimpDisplayShell *shell,
-                       cairo_t          *cr)
+                        GimpDisplayShell *shell,
+                        cairo_t          *cr)
 {
   gdouble x1, y1;
   gdouble x2, y2;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]