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: If2be5279a84f72f4b8d58a978305b7c650d4f5be
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/phosphor-regulators/test/run-ci.sh b/phosphor-regulators/test/run-ci.sh
index 9aaa9f5..28f662e 100755
--- a/phosphor-regulators/test/run-ci.sh
+++ b/phosphor-regulators/test/run-ci.sh
@@ -3,7 +3,7 @@
 for file in phosphor-regulators/config_files/*.json
 do
     phosphor-regulators/tools/validate-regulators-config.py \
-    -s phosphor-regulators/schema/config_schema.json \
-    -c "$file" || rc=1
+        -s phosphor-regulators/schema/config_schema.json \
+        -c "$file" || rc=1
 done
 exit $rc