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: Icd6c919f9a3643d76d0aa691229a2d0e440cb3d6
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