From owner-cvs-all Tue Sep 4 2:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from k7.locore.ca (k7.locore.ca [198.96.117.169]) by hub.freebsd.org (Postfix) with ESMTP id A7B4137B407; Tue, 4 Sep 2001 02:38:37 -0700 (PDT) Received: from k7.locore.ca (localhost [127.0.0.1]) by k7.locore.ca (8.11.4/8.11.4) with ESMTP id f849dJG79319; Tue, 4 Sep 2001 05:39:19 -0400 (EDT) (envelope-from jake@k7.locore.ca) Message-Id: <200109040939.f849dJG79319@k7.locore.ca> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include frame.h In-Reply-To: Message from "David E. O'Brien" of "Tue, 04 Sep 2001 02:23:23 PDT." <200109040923.f849NNW31090@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Sep 2001 05:39:19 -0400 From: Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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 struct foo { ^^^^^^^^ LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */ struct mumble amumble; /* Comment for mumble */ int bar; }; LIST_HEAD(, foo) foohead; /* Head of global foo list */ Please back it out, and run things like this by me in the future. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message