PERFORCE change 178978 for review

Hans Petter Selasky hselasky at c2i.net
Sun May 30 19:03:52 UTC 2010


On Sunday 30 May 2010 20:59:33 Garrett Cooper wrote:
> >     if (version != 1)
> > -       return (ENOPROTOOPT);
> > +       return ENOPROTOOPT;
> 
> That's actually a style regression (along with any other return calls
> without parentheses).
> 

FYI:

Linux style mandatates return values without parentheses. And FreeBSD style 
mandates that opposite!

--HPS


More information about the p4-projects mailing list