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:av1474@xxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html