On 07/25/2011 06:22 PM, malc wrote:
> > > + }
> > > + if (a.fd< b.fd) {
> > > + return true;
> > > + } else {
if (a.fd> b.fd) {
> > > + return false;
> > > + }
}
CODING_STYLE permits braceless else if.
> >
> > Braces..
> >
>
> Where? add? remove?
>
You authored the coding_style document btw.
It's CODING_STYLE.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html