https://github.com/ImageMagick/ImageMagick/issues/273
diff --git a/coders/ps.c b/coders/ps.c
index 90cf622..e85e2bf 100644
--- a/coders/ps.c
+++ b/coders/ps.c
@@ -980,7 +980,8 @@
     }
   do
   {
-    (void) CopyMagickString(postscript_image->filename,filename,MagickPathExtent);
+    (void) CopyMagickString(postscript_image->filename,filename,
+      MagickPathExtent);
     (void) CopyMagickString(postscript_image->magick,image->magick,
       MagickPathExtent);
     if (columns != 0)