Commit f20b42813 for imagemagick.org

commit f20b42813dc15299bca36afdceae7cd9c1db47fd
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Tue Mar 31 22:24:02 2026 +0200

    Whitespace.

diff --git a/coders/wpg.c b/coders/wpg.c
index 6b6a96249..5bb0c62e5 100644
--- a/coders/wpg.c
+++ b/coders/wpg.c
@@ -1114,7 +1114,7 @@ static Image *ReadWPGImage(const ImageInfo *image_info,ExceptionInfo *exception)

   if ((Header.FileId != 0x435057FF) || (Header.FileType != 0x16))
     ThrowReaderException(CorruptImageError,"ImproperImageHeader");
-  if (Header.EncryptKey!=0)
+  if (Header.EncryptKey != 0)
     ThrowReaderException(CoderError,"EncryptedWPGImageFileNotSupported");

   image->colors=0;