[gimp/goat-invasion] app: indentation in gimpdrawable-blend.c



commit 560e8afb5ff330e98d93f6f283f84054f70b0688
Author: Michael Natterer <mitch gimp org>
Date:   Mon Apr 30 01:22:26 2012 +0200

    app: indentation in gimpdrawable-blend.c

 app/core/gimpdrawable-blend.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpdrawable-blend.c b/app/core/gimpdrawable-blend.c
index b4ab129..740b370 100644
--- a/app/core/gimpdrawable-blend.c
+++ b/app/core/gimpdrawable-blend.c
@@ -85,16 +85,16 @@ static gdouble  gradient_calc_square_factor       (gdouble   dist,
                                                    gdouble   offset,
                                                    gdouble   x,
                                                    gdouble   y);
-static gdouble  gradient_calc_radial_factor             (gdouble   dist,
+static gdouble  gradient_calc_radial_factor       (gdouble   dist,
                                                    gdouble   offset,
                                                    gdouble   x,
                                                    gdouble   y);
-static gdouble  gradient_calc_linear_factor             (gdouble   dist,
+static gdouble  gradient_calc_linear_factor       (gdouble   dist,
                                                    gdouble  *vec,
                                                    gdouble   offset,
                                                    gdouble   x,
                                                    gdouble   y);
-static gdouble  gradient_calc_bilinear_factor           (gdouble   dist,
+static gdouble  gradient_calc_bilinear_factor     (gdouble   dist,
                                                    gdouble  *vec,
                                                    gdouble   offset,
                                                    gdouble   x,



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