]> 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 b3fde7da7ca75b76bc67f20f03e41721f1060451..9432f529133c1c66072c5d9b3be39f444b130a20 100644 (file)
@@ -1982,8 +1982,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 {