svn commit: r194681 - head/usr.sbin/wpa/ndis_events

Maxim Konovalov maxim at macomnet.ru
Wed Jul 1 11:25:39 UTC 2009


On Tue, 30 Jun 2009, 16:38+0200, Dag-Erling Smrgrav wrote:

> Maxim Konovalov <maxim at 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


More information about the svn-src-head mailing list