brace by itself after function declaration.
Mandated by: style(9) Pointed out by: rwatson
This commit is contained in:
parent
f650ba5db7
commit
e5b2d43107
@ -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