On Mon, Oct 22, 2007 at 12:13:46PM +0200, Abdelrazak Younes wrote: > I think that putting the boolean operator at the beginning of the line > is clearer: > > return definition_ == x.definition_ > && numargs_ == x.numargs_ > && display_ == x.display_ > && requires_ == x.requires_ > ...
And even if it weren't, it's the style that's used in LyX ;-) Andre'