]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 11 Oct 2012 17:42:03 +0000 (17:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 11 Oct 2012 17:42:03 +0000 (17:42 +0000)
MagickCore/pixel-accessor.h

index 1858273b9d636de3b7cd05a70f437b38a3807547..090606d5badafe0aad5cb7a5a457e22618a0931a 100644 (file)
@@ -114,8 +114,8 @@ static inline Quantum GetPixelChannel(const Image *restrict image,
   return(pixel[image->channel_map[channel].offset]);
 }
 
-static inline PixelChannel GetPixelChannelChannel(
-  const Image *restrict image,const ssize_t offset)
+static inline PixelChannel GetPixelChannelChannel(const Image *restrict image,
+  const ssize_t offset)
 {
   return(image->channel_map[offset].channel);
 }