From owner-svn-src-all@FreeBSD.ORG Wed Jul 1 11:25:39 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 613BE1065673; Wed, 1 Jul 2009 11:25:39 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (cl-2958.ham-01.de.sixxs.net [IPv6:2001:6f8:900:b8d::2]) by mx1.freebsd.org (Postfix) with ESMTP id DAB5B8FC1B; Wed, 1 Jul 2009 11:25:38 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.3/8.14.3) with ESMTP id n61BPXlm012274; Wed, 1 Jul 2009 15:25:33 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 1 Jul 2009 15:25:33 +0400 (MSD) From: Maxim Konovalov To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= In-Reply-To: <86ljn923dw.fsf@ds4.des.no> Message-ID: <20090701152300.N96900@mp2.macomnet.net> References: <200906230555.n5N5tubJ065618@svn.freebsd.org> <20090623080015.GK48776@hoeg.nl> <20090623125125.F1156@mp2.macomnet.net> <86ljn923dw.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-src-head@FreeBSD.ORG, Ed Schouten , svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r194681 - head/usr.sbin/wpa/ndis_events X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 11:25:39 -0000 On Tue, 30 Jun 2009, 16:38+0200, Dag-Erling Smrgrav wrote: > Maxim Konovalov 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