[gimp/gimp-2-10] app: fix indentation in gimppivotselector.h



commit 2078e24b4adc90253b6d4087b9ed49aeb5c027ef
Author: Ell <ell_se yahoo com>
Date:   Tue Jan 7 10:01:46 2020 +0200

    app: fix indentation in gimppivotselector.h
    
    (cherry picked from commit 49221167c344370fa8473034b553ff8bf8ab16d2)

 app/widgets/gimppivotselector.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/app/widgets/gimppivotselector.h b/app/widgets/gimppivotselector.h
index 1603b404ed..72449ebb8c 100644
--- a/app/widgets/gimppivotselector.h
+++ b/app/widgets/gimppivotselector.h
@@ -51,28 +51,28 @@ struct _GimpPivotSelectorClass
 
 GType       gimp_pivot_selector_get_type     (void) G_GNUC_CONST;
 
-GtkWidget * gimp_pivot_selector_new          (gdouble left,
-                                              gdouble top,
-                                              gdouble right,
-                                              gdouble bottom);
+GtkWidget * gimp_pivot_selector_new          (gdouble            left,
+                                              gdouble            top,
+                                              gdouble            right,
+                                              gdouble            bottom);
 
 void        gimp_pivot_selector_set_position (GimpPivotSelector *selector,
-                                              gdouble          x,
-                                              gdouble          y);
+                                              gdouble            x,
+                                              gdouble            y);
 void        gimp_pivot_selector_get_position (GimpPivotSelector *selector,
-                                              gdouble         *x,
-                                              gdouble         *y);
+                                              gdouble           *x,
+                                              gdouble           *y);
 
 void        gimp_pivot_selector_set_bounds   (GimpPivotSelector *selector,
-                                              gdouble          left,
-                                              gdouble          top,
-                                              gdouble          right,
-                                              gdouble          bottom);
+                                              gdouble            left,
+                                              gdouble            top,
+                                              gdouble            right,
+                                              gdouble            bottom);
 void        gimp_pivot_selector_get_bounds   (GimpPivotSelector *selector,
-                                              gdouble         *left,
-                                              gdouble         *top,
-                                              gdouble         *right,
-                                              gdouble         *bottom);
+                                              gdouble           *left,
+                                              gdouble           *top,
+                                              gdouble           *right,
+                                              gdouble           *bottom);
 
 
 #endif /* __GIMP_PIVOT_SELECTOR_H__ */


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