Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2009 15:25:33 +0400 (MSD)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
Cc:        svn-src-head@FreeBSD.ORG, Ed Schouten <ed@80386.nl>, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG
Subject:   Re: svn commit: r194681 - head/usr.sbin/wpa/ndis_events
Message-ID:  <20090701152300.N96900@mp2.macomnet.net>
In-Reply-To: <86ljn923dw.fsf@ds4.des.no>
References:  <200906230555.n5N5tubJ065618@svn.freebsd.org> <20090623080015.GK48776@hoeg.nl> <20090623125125.F1156@mp2.macomnet.net> <86ljn923dw.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Jun 2009, 16:38+0200, Dag-Erling Smrgrav wrote:

> Maxim Konovalov <maxim@macomnet.ru> writes:
> > fixed, thanks.
>
> It still says
>
> static void
> usage()
>
> I know this is allowed by C99, but it's not allowed by style(9).
>
>From style(9):

static void
usage()
{
	/* Insert an empty line if the function has no local variables. */
...

Apart from the empty line, what's wrong?

-- 
Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090701152300.N96900>