aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite355c8dce0a6abc617dda8ab06f5285ea60ab63c (patch)
tree8da322d1e899cab8c044f34da6ceefe086b81424 /regress
parentf59a251232e343851a0737c21d9a75ffca28adea (diff)
downloadmandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.gz
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.zst
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.zip
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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/regress.pl b/regress/regress.pl
index 7faa3a5f..8ee2640d 100755
--- a/regress/regress.pl
+++ b/regress/regress.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# $Id: regress.pl,v 1.10 2019/03/10 09:23:33 schwarze Exp $
+# $Id: regress.pl,v 1.11 2019/07/01 22:56:26 schwarze Exp $
#
# Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -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";