On Wed, 2 Apr 2003, Rasmus Lerdorf wrote:
> There was nothing wrong with the indentation. He changed a<b to a < b and
> minor things like that. That's just cvs noise.
But it's still coding style :) Also, this is not noise IMO:
> > > - if(bc_precision<0) bc_precision=0;
> > > +
> > > + if (bc_precision < 0) {
> > > + bc_precision = 0;
> > > + }
regards,
Derick
--
"my other box is your windows PC"
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php