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: Ia3f0f61de1085ddf062f3844540b569cededd8b0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/gen/run-ci b/gen/run-ci
index d38927a..874b3a3 100755
--- a/gen/run-ci
+++ b/gen/run-ci
@@ -5,11 +5,11 @@
 git --no-pager diff --exit-code -- . || rc=$?
 untracked="$(git ls-files --others --exclude-standard -- .)" || rc=$?
 if [ -n "$untracked" ]; then
-  echo "Untracked files:" >&2
-  echo "$untracked" >&2
-  rc=1
+    echo "Untracked files:" >&2
+    echo "$untracked" >&2
+    rc=1
 fi
 if (( rc != 0 )); then
-  echo "Generated meson files differ from expected values" >&2
-  exit 1
+    echo "Generated meson files differ from expected values" >&2
+    exit 1
 fi