On Mon, 25 Jul 2011, Avi Kivity wrote:

> 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.

The example uses it, the text however suggests it's illegal.

[..snip..]

-- 
mailto:av1...@comtv.ru
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to