On Wed, 29 May 2002, Peter Wemm wrote:
>
> ie: it is ok to change this:
> if (foo) {
> fumble();
> futz();
> } else
> bah;
>
> into
> } else {
> bah;
> }
In this case it's moot because I already did it as a separate commit
but it was changing:
if (foo) {
mumble();
futz();
} else
bah;
to
if (blah_foo()) {
mumble();
futz();
} else {
bah();
}
So it wasn't really just a style change. there was a logic change too.
anyhow.. enough already!
:-)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: Seeking OK to commit KSE MII... Matthew Dillon
- Re: Seeking OK to commit KSE MII... Terry Lambert
- Re: Seeking OK to commit KSE MIII J. Mallett
- Re: Seeking OK to commit KSE MIII Matthew Dillon
- Re: Seeking OK to commit KSE MII... J. Mallett
- Re: Seeking OK to commit KSE MII... Matthew Dillon
- Re: Seeking OK to commit KSE MII... Terry Lambert
- Re: Seeking OK to commit KSE MII... Miguel Mendez
- RE: Seeking OK to commit KSE MIII Julian Elischer
- Re: Seeking OK to commit KSE MIII Peter Wemm
- Re: Seeking OK to commit KSE MIII Julian Elischer
- Re: Seeking OK to commit KSE MIII David Xu
- Re: Seeking OK to commit KSE MIII Julian Elischer
- Re: Seeking OK to commit KSE MIII David Xu
