]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Wed, 28 Apr 2010 08:04:52 +0000 (08:04 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 28 Apr 2010 08:04:52 +0000 (08:04 +0000)
ext/gd/libgd/gd.c

index e4e2e0f1ab9304e63a5719aad1734dd788be19c2..b9cde262960ede9389c7c64850fa92d98d12f295 100644 (file)
@@ -1889,8 +1889,8 @@ void gdImageFill(gdImagePtr im, int x, int y, int nc)
        }
 
        /* Do not use the 4 neighbors implementation with
-   * small images
-   */
+        * small images
+        */
        if (im->sx < 4) {
                int ix = x, iy = y, c;
                do {