mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
brace by itself after function declaration.
Mandated by: style(9) Pointed out by: rwatson
This commit is contained in:
parent
72e7b28173
commit
58e5d6695d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88547
@ -3,7 +3,8 @@
|
||||
|
||||
# Grrr, this should use stdin and stdout, but is encrufted for compatibility.
|
||||
|
||||
usage() {
|
||||
usage()
|
||||
{
|
||||
echo "usage: genassym [-o outfile] objfile"
|
||||
exit 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user