Melvin Smith <[EMAIL PROTECTED]> wrote: > This is my only nitpick with the coding standards. > > I never cared for the style of putting return type on a > separate line above the function declaration header. > > I like it just as the prototype. > > I vote for non-enforcement of this one.
personally I like the function name on the start of the line - it makes it easier to grep for stuff.