Commit Diff


commit - 728ed14252dde2c08f3ceee67554ee397ac7921d
commit + 3313bcd840cd85a1b349abf664992608a42bbbde
blob - 24c65df8f37d93d010464929c0370750824f4534
blob + b3f10d2dc6e282f6548c695befab125a7f8f680e
--- regress/cmdline/patch.sh
+++ regress/cmdline/patch.sh
@@ -571,7 +571,7 @@ EOF
 		test_done $testroot 1
 		return 1
 	fi
-	
+
 	cmp -s $testroot/stdout.expected $testroot/stdout
 	ret=$?
 	if [ $ret -ne 0 ]; then
@@ -1076,7 +1076,7 @@ EOF
 		return 1
 	fi
 
-	echo 'M  alpha' > $testroot/stdout.expected	
+	echo 'M  alpha' > $testroot/stdout.expected
 	cmp -s $testroot/stdout.expected $testroot/stdout
 	ret=$?
 	if [ $ret -ne 0 ]; then