> Ah. C++STYLE says different. (Finally we discover the cause...) The
> examples there are:
>
> int
> one_line() { return 0 }
>
> int
> two_lines(const char* arg)
> { return strchr(arg, 'a'); }
Well then C++STYLE is wrong... please feel free to correct it. Also,
probably add the return bits...
-benjamin