1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Make it explicit that the opening brace of a function body be on a line

by itself.
This commit is contained in:
Alfred Perlstein 2001-12-27 20:05:47 +00:00
parent c8c16add9a
commit 0df3708ddb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88545

View File

@ -483,6 +483,8 @@ values in
.Pp
The function type should be on a line by itself
preceding the function.
The opening brace of the function body should be
on a line by itself.
.Bd -literal
static char *
function(int a1, int a2, float fl, int a4)