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