Try and see if "indent -kr -ts4 -l160" helps you. It usually works pretty well.
Andi
At 08:39 AM 10/6/2002 +0000, Rasmus Lerdorf wrote:
>rasmus Sun Oct 6 04:39:05 2002 EDT
>
> Modified files:
> /php4/ext/gd/libgd gd.c
> Log:
> WS fix - although the entire libgd directory is horrendously formatted.
> However, since we are forking existing code, fixing it would make it much
> harder to merge any Boutell patches (if they ever come out with any).
>
>
>Index: php4/ext/gd/libgd/gd.c
>diff -u php4/ext/gd/libgd/gd.c:1.19 php4/ext/gd/libgd/gd.c:1.20
>--- php4/ext/gd/libgd/gd.c:1.19 Sun Oct 6 04:35:22 2002
>+++ php4/ext/gd/libgd/gd.c Sun Oct 6 04:39:05 2002
>@@ -1739,7 +1739,7 @@
> /* Destination is palette based */
>
> if (src->trueColor) { /* But source is truecolor (Ouch!) */
>- toy = dstY;
>+ toy = dstY;
> for (y = srcY; (y < (srcY + h)); y++)
> {
> tox = dstX;
>
>
>
>--
>PHP CVS Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php