Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2022 21:29:02 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 582ce32ff82e - main - makefs tests: Whitespace fixes
Message-ID:  <202208172129.27HLT2OQ028029@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=582ce32ff82edab72f8852502e93bcf83f0fb221

commit 582ce32ff82edab72f8852502e93bcf83f0fb221
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-08-17 19:17:11 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-08-17 21:28:00 +0000

    makefs tests: Whitespace fixes
    
    Sponsored by:   The FreeBSD Foundation
---
 usr.sbin/makefs/tests/makefs_zfs_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
index 8cd79966c49a..cefeed637ac7 100644
--- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh
+++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
@@ -38,7 +38,7 @@ common_cleanup()
 {
 	local pool md
 
-        # Try to force a TXG, this can help catch bugs by triggering a panic.
+	# Try to force a TXG, this can help catch bugs by triggering a panic.
 	sync
 
 	pool=$(cat $TEST_ZFS_POOL_NAME)
@@ -90,7 +90,7 @@ autoexpand_body()
 	poolsize1=$(zpool list -Hp -o size $ZFS_POOL_NAME)
 	atf_check [ $((poolsize1 + $mssize)) -eq $poolsize ]
 
-        atf_check zpool online -e $ZFS_POOL_NAME /dev/$(cat $TEST_MD_DEVICE_FILE)
+	atf_check zpool online -e $ZFS_POOL_NAME /dev/$(cat $TEST_MD_DEVICE_FILE)
 
 	check_image_contents
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208172129.27HLT2OQ028029>