Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 02:48:27 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Jake Burkholder <jake@k7.locore.ca>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/sparc64/include frame.h
Message-ID:  <20010904024827.A90687@dragon.nuxi.com>
In-Reply-To: <200109040939.f849dJG79319@k7.locore.ca>; from jake@k7.locore.ca on Tue, Sep 04, 2001 at 05:39:19AM -0400
References:  <obrien@FreeBSD.org> <200109040939.f849dJG79319@k7.locore.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 04, 2001 at 05:39:19AM -0400, Jake Burkholder wrote:
> > obrien      2001/09/04 02:23:23 PDT
> > 
> >   Modified files:
> >     sys/sparc64/include  frame.h 
> >   Log:
> >   style(9) the structure names
> >   
> >   Revision  Changes    Path
> >   1.7       +7 -7      src/sys/sparc64/include/frame.h
> > 
> 
> This is wrong.  Style(9) wants a tab after the struct keyword.
 
>      #include <sys/queue.h>
>      struct  foo {
> 	^^^^^^^^

 * $FreeBSD: src/share/man/man9/style.9,v 1.62 2001/08/14 10:01:50 ru Exp * $$
..snip..
.Bd -literal$
struct foo {$ 
    ^^^^^
^Istruct^Ifoo *next;^I/* List of active foo */

Looks like style(9) is inconsistent.  Lets get BDE to comment on this.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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