From: cristy Date: Sun, 20 Nov 2011 23:57:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31bb62716c92424aa147c8ac36350d6b285d7986;p=imagemagick --- diff --git a/MagickCore/effect.c b/MagickCore/effect.c index 8f6c389a3..78ffe6e5c 100644 --- a/MagickCore/effect.c +++ b/MagickCore/effect.c @@ -4573,9 +4573,9 @@ MagickExport Image *StatisticImage(const Image *image,const StatisticType type, % o exception: return any errors or warnings in this structure. % */ -MagickExport Image *UnsharpMaskImage(const Image *image, - const double radius,const double sigma,const double amount, - const double threshold,ExceptionInfo *exception) +MagickExport Image *UnsharpMaskImage(const Image *image,const double radius, + const double sigma,const double amount,const double threshold, + ExceptionInfo *exception) { #define SharpenImageTag "Sharpen/Image"