Date: Mon, 23 Apr 2001 13:36:29 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/include stdio.h src/sys/sys vnode.h Message-ID: <20010423133629.A48534@dragon.nuxi.com> In-Reply-To: <XFMail.010423084104.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Mon, Apr 23, 2001 at 08:41:04AM -0700 References: <200104220156.f3M1uAa23259@freefall.freebsd.org> <XFMail.010423084104.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 23, 2001 at 08:41:04AM -0700, John Baldwin wrote: > > * 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. Hate to say this, but RTFM. :-) This isn't what the latest style.9 has. In rev 1.47 I changed it to match what I saw in CSRG headers. The style you show is from rev 1.18 (1997) and I could not corelate that with CSRG code. -- -- David (obrien@FreeBSD.org) 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?20010423133629.A48534>