From: Andreas Schneider Date: Fri, 22 Apr 2022 13:46:04 +0000 (+0200) Subject: testprogs: Reformat dfree.sh X-Git-Tag: samba-4.17.0rc1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eab5cdb66f4c9760e9313fa160a4a973e75685e5;p=thirdparty%2Fsamba.git testprogs: Reformat dfree.sh shfmt -w -p -i 0 -fn testprogs/blackbox/dfree.sh Signed-off-by: Andreas Schneider Reviewed-by: Pavel Filipenský --- diff --git a/testprogs/blackbox/dfree.sh b/testprogs/blackbox/dfree.sh index 64845cd1784..893bc595040 100755 --- a/testprogs/blackbox/dfree.sh +++ b/testprogs/blackbox/dfree.sh @@ -1,8 +1,8 @@ #!/bin/sh -if [ "$1" = "." ] ; then - echo "1000 10 2048" -elif [ "$1" = "subdir1" ] ; then - echo "2000 20 4096" +if [ "$1" = "." ]; then + echo "1000 10 2048" +elif [ "$1" = "subdir1" ]; then + echo "2000 20 4096" else - echo "4000 40 8192" + echo "4000 40 8192" fi