]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Reformat test_rpcclient_lookup.sh
authorAndreas Schneider <asn@samba.org>
Fri, 22 Apr 2022 13:34:10 +0000 (15:34 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 8 Jun 2022 13:14:47 +0000 (13:14 +0000)
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/script/tests/test_rpcclient_lookup.sh

index d404c5feaec0fc54b3ef1dcf50446679d707cd64..182790b8633c506229e77675b832c24a252fb3df 100755 (executable)
@@ -5,10 +5,10 @@
 # Copyright (C) 2020 Christof Schmitt
 
 if [ $# -lt 4 ]; then
-cat <<EOF
+       cat <<EOF
 Usage: test_net_srvsvc.sh USERNAME PASSWORD SERVER RPCCLIENT
 EOF
-exit 1;
+       exit 1
 fi
 
 USERNAME="$1"