On Wed, Jul 01, 2009 at 03:25:33PM +0400, Maxim Konovalov wrote:
> static void
> usage()
> {
>       /* Insert an empty line if the function has no local variables. */
> ...
> 
> Apart from the empty line, what's wrong?

It is K&R style. It should be

static void
usage(void)
{
        ...

Joerg
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to