summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
commitd64c874c65656e8d1d7207e2fdbcbe11b6c5847d (patch)
treea3656e367f38709daea26ab701549333ddcae2cc /regress
parent112dc1f135b5e960bba6188f8845382c5551ed8b (diff)
downloadmandoc-d64c874c65656e8d1d7207e2fdbcbe11b6c5847d.tar.gz
delete trailing whitespace and space-tab sequences; no code change;
patch from Michal Nowak <mnowak at startmail dot com> who found these with git pbchk in the illumos tree
Diffstat (limited to 'regress')
-rwxr-xr-xregress/regress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/regress.pl b/regress/regress.pl
index dd79eb0c..6c8e5755 100755
--- a/regress/regress.pl
+++ b/regress/regress.pl
@@ -424,7 +424,7 @@ if ($count_total == 1) {
print "\n";
} else {
print "No tests were run.\n";
-}
+}
if ($targets{clean}) {
if ($count_rm) {
print "Deleted $count_rm test output files.\n";