beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.
Change-Id: I20d4441de96dcdd6dcabb23c8cf3eb0a7a71919a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/msl/max31785-msl b/msl/max31785-msl
index 6b47395..c0d5130 100644
--- a/msl/max31785-msl
+++ b/msl/max31785-msl
@@ -20,7 +20,7 @@
set -e
-main()
+function main()
{
usage="Usage: $(basename "$0") -p PATH... -b BUS_NUMBER -r REVISION"
while getopts p:b:r:h key; do