Date: Mon, 23 Apr 2001 08:41:04 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: "David E. O'Brien" <obrien@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: <XFMail.010423084104.jhb@FreeBSD.org> In-Reply-To: <200104220156.f3M1uAa23259@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010423084104.jhb>
