Skip to content

Commit

Permalink
restore whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Mar 20, 2024
1 parent 423a9af commit 3be9fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vips/convolution.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "convolution.h"

int gaussian_blur_image(VipsImage *in, VipsImage **out, double sigma, double min_ampl) {
return vips_gaussblur(in, out, sigma, "min_ampl", min_ampl, NULL);
return vips_gaussblur(in, out, sigma, "min_ampl", min_ampl, NULL);
}

int sharpen_image(VipsImage *in, VipsImage **out, double sigma, double x1,
Expand Down

0 comments on commit 3be9fa2

Please sign in to comment.