app: indentation in gimpdrawable-blend.c
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user