Commit Diff


commit - 3022d2728c5aaec4a574a76d30136d850fa5d154
commit + 6a5eff7c93868c5577c7d59c31aabc317824b34b
blob - 03dde3689850691152912cff6e55604338fb960b
blob + 6e6d96b664048db5f46c4c4ac8afba5899c30910
--- regress/cmdline/revert.sh
+++ regress/cmdline/revert.sh
@@ -332,7 +332,7 @@ function test_revert_directory_unknown {
 
 	echo "modified alpha" > $testroot/wt/alpha
 	echo "new untracked file" > $testroot/wt/epsilon/new_file
-	echo "modified epsilon/zeta" > $testroot/wt/epsilon/zeta	
+	echo "modified epsilon/zeta" > $testroot/wt/epsilon/zeta
 
 	(cd $testroot/wt && got revert -R . > $testroot/stdout)
 
@@ -357,7 +357,7 @@ function test_revert_directory_unknown {
 		test_done "$testroot" "$ret"
 		return 1
 	fi
-	
+
 	echo "zeta" > $testroot/content.expected
 	cat $testroot/wt/epsilon/zeta > $testroot/content