From 252ba105370d5c225361b67b0de20d118b740db5 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 30 Apr 2012 01:22:26 +0200 Subject: [PATCH] app: indentation in gimpdrawable-blend.c --- app/core/gimpdrawable-blend.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/core/gimpdrawable-blend.c b/app/core/gimpdrawable-blend.c index b4ab129341..740b370259 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,