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: I82c8272c4838e848615995a864dff3301d53925f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/generate-ubi b/generate-ubi
index 7f7c144..a337782 100755
--- a/generate-ubi
+++ b/generate-ubi
@@ -9,13 +9,13 @@
 usage: generate-ubi [OPTION] <PNOR SquashFS Tarball>...
 
 Options:
-   -f, --file <file>      Specify destination file. Defaults to
-                          $(pwd)/<PNOR Tarball FILE, removing .squashfs.tar>.ubi.mtd
-                          (For example, "generate-ubi my.pnor.squashfs.tar"
-                          would generate $(pwd)/my.pnor.ubi.mtd output.)
-   -s, --size <MiB>       Specify the size of the PNOR UBI image in MiBs.
-                          Defaults to 128.
-   -h, --help             Display this help text and exit.
+-f, --file <file>      Specify destination file. Defaults to
+$(pwd)/<PNOR Tarball FILE, removing .squashfs.tar>.ubi.mtd
+(For example, "generate-ubi my.pnor.squashfs.tar"
+would generate $(pwd)/my.pnor.ubi.mtd output.)
+-s, --size <MiB>       Specify the size of the PNOR UBI image in MiBs.
+Defaults to 128.
+-h, --help             Display this help text and exit.
 '
 # 128MiB is the default image size
 image_size="128"