]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Reformat printing_var_exp_lpr_cmd.sh
authorAndreas Schneider <asn@samba.org>
Fri, 22 Apr 2022 13:34:08 +0000 (15:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 May 2022 23:15:37 +0000 (23:15 +0000)
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/script/tests/printing/printing_var_exp_lpr_cmd.sh

index ce039bb8fb34df0a588acdc8df3938ac167ce8cc..8259f375a4026f9df640a062bfcd3421b9cc1cfb 100755 (executable)
@@ -4,6 +4,6 @@ logfile="${SELFTEST_TMPDIR}/${USER}_printing_var_exp.log"
 
 rm -f "$logfile"
 
-for i in $(seq 1 $#) ; do
-    eval echo "arg $i: \$$i" >> "$logfile"
+for i in $(seq 1 $#); do
+       eval echo "arg $i: \$$i" >>"$logfile"
 done