brace by itself after function declaration.

Mandated by: style(9)
Pointed out by: rwatson
This commit is contained in:
alfred 2001-12-27 20:16:21 +00:00
parent f650ba5db7
commit e5b2d43107

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
}