From owner-cvs-all Mon Apr 23 8:43:34 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id A406C37B422; Mon, 23 Apr 2001 08:43:21 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f3NFhFK09145; Mon, 23 Apr 2001 08:43:15 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f3NFf5q98807; Mon, 23 Apr 2001 08:41:05 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104220156.f3M1uAa23259@freefall.freebsd.org> Date: Mon, 23 Apr 2001 08:41:04 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/include stdio.h src/sys/sys vnode.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Apr-01 David E. O'Brien wrote: > obrien 2001/04/21 18:56:10 PDT > > Modified files: > include stdio.h > sys/sys vnode.h > Log: > Style(9) fixes: > * get rid of space (0x20) before tab (^I) > * indent with ^I, not 0x20 > * continuation line for prototypes is for 0x20's past function's name col. > * etc. From style(9): static char *function(int _arg, const char *_arg2, struct foo *_arg3, struct bar *_arg4); static void usage(void); Thus it seems that the continuation line for prototypes is to line up the second line with the arguments. Perhaps style(9) should be changed, but 4 space indents for prototype continuation lines isn't style(9) as it is currently defined. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message