diff --git a/MagickCore/effect.c b/MagickCore/effect.c
index 8f6c389..78ffe6e 100644
--- a/MagickCore/effect.c
+++ b/MagickCore/effect.c
@@ -4573,9 +4573,9 @@
 %    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"