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: I808cd4a379c290d39eb4481b66a8ae26b1b993aa
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tools/sst-info.sh b/tools/sst-info.sh
index a1b15c8..9ffa914 100755
--- a/tools/sst-info.sh
+++ b/tools/sst-info.sh
@@ -20,7 +20,7 @@
 
 get_sub_tree_paths() {
     resp=$($BUSCTL call $OBJECT_MAPPER GetSubTreePaths sias "$1" 0 "$2" "$3" \
-           | cut -d' ' -f3-)
+        | cut -d' ' -f3-)
     for obj in $resp
     do
         trim_quotes $obj
@@ -29,7 +29,7 @@
 
 get_service_from_object() {
     trim_quotes $($BUSCTL call $OBJECT_MAPPER GetObject sas "$1" "$2" "$3" \
-                  | cut -d' ' -f3)
+        | cut -d' ' -f3)
 }
 
 get_property_names() {