]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 May 2012 21:02:57 +0000 (21:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 May 2012 21:02:57 +0000 (21:02 +0000)
MagickCore/colorspace.c

index 7697acb885ca31c6e6479a758ed2493ef2910d8c..3c39d19f660c1f7d8a2a5efbc6b2454f3eb48438 100644 (file)
@@ -1386,7 +1386,6 @@ static double LabF2(double alpha)
 static inline void ConvertLabToXYZ(const double L,const double a,const double b,
   double *X,double *Y,double *Z)
 {
-
   double
     x,
     y,