brace by itself after function declaration.

Mandated by: style(9)
Pointed out by: rwatson
This commit is contained in:
Alfred Perlstein 2001-12-27 20:16:21 +00:00
parent 72e7b28173
commit 58e5d6695d

View File

@ -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
}