]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ts-memdisk-try-append: Reindent (nfc)
authorIan Jackson <iwj@xenproject.org>
Fri, 22 Oct 2021 14:55:26 +0000 (15:55 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 6 Dec 2021 18:17:13 +0000 (18:17 +0000)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
ts-memdisk-try-append

index 4b54eff01e7ff99100e8f878e3f8d972851f5061..a35751eb31e6103a1cb5c129b45553fa6cb92ff8 100755 (executable)
 set -xe -o posix
 
 arch=`perl -I. -e '
-                use Osstest;
-                use Osstest::TestSupport;
+    use Osstest;
+    use Osstest::TestSupport;
 
-                tsreadconfig();
+    tsreadconfig();
 
-               our $whhost = pop @ARGV; # arg parsing bodge
-               $whhost ||= "host";
-               our $ho = selecthost($whhost);
+    our $whhost = pop @ARGV; # arg parsing bodge
+    $whhost ||= "host";
+    our $ho = selecthost($whhost);
 
-                print $ho->{Arch} or die $!;
-              ' "$@"`
+    print $ho->{Arch} or die $!;
+    ' "$@"`
 
 case "$arch" in
 amd64)