diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-01 22:56:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-07-01 22:56:24 +0000 |
commit | d64c874c65656e8d1d7207e2fdbcbe11b6c5847d (patch) | |
tree | a3656e367f38709daea26ab701549333ddcae2cc /regress | |
parent | 112dc1f135b5e960bba6188f8845382c5551ed8b (diff) | |
download | mandoc-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-x | regress/regress.pl | 2 |
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"; |