]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testprogs: Reformat dfree.sh
authorAndreas Schneider <asn@samba.org>
Fri, 22 Apr 2022 13:46:04 +0000 (15:46 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 4 Aug 2022 12:56:37 +0000 (12:56 +0000)
shfmt -w -p -i 0 -fn testprogs/blackbox/dfree.sh

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
testprogs/blackbox/dfree.sh

index 64845cd1784823baadfe82f8c75bd1edb3300392..893bc595040a11a9bf3f44e83777c6b82909fa23 100755 (executable)
@@ -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