]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Sat, 4 Nov 2006 14:34:33 +0000 (14:34 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 4 Nov 2006 14:34:33 +0000 (14:34 +0000)
ext/gd/libgd/gd_png.c

index b99c33c8c261757454e73bddbf65e40dd705a0e3..4f4167a75450181c3b29439cbb694762584bf4d3 100644 (file)
@@ -490,7 +490,7 @@ void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilte
        if (basefilter >= 0) {
                png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, basefilter);
        }
-       
+
        /* can set this to a smaller value without compromising compression if all
         * image data is 16K or less; will save some decoder memory [min == 8]
         */