Style: Remove whitespace around brackets from function syntax options

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2015-09-01 21:50:55 +00:00
parent 7abb307c50
commit c65dfe1402
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287384

View File

@ -61,7 +61,7 @@ VERBOSE=
############################################################ FUNCTIONS
# die [ $fmt [ $opts ... ]]
# die [$fmt [$opts ...]]
#
# Optionally print a message to stderr before exiting with failure status.
#