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