summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-06 10:42:25 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:32 -0800
commitd0c7a7dc82cf80af2d831f82deea1e29faf92e86 (patch)
treee8f7b97f308b9e16fe9a8385c05b7de66f8464e0 /build-aux
parentf147efc9ef8274a397b9321b62ee4d9cb28609b8 (diff)
downloadsed-d0c7a7dc82cf80af2d831f82deea1e29faf92e86.tar.gz
maint: remove all trailing white space
First, run this command: git grep -l ' $'|xargs perl -pi -e 's/[ \t]+$//' Then some minor fix-up to make the two newly-failing tests pass once again: * testsuite/mac-mf.sed: Append this, s/ $//, to eliminate trailing spaces in the actual output. * testsuite/y-newline.good: Manually remove a trailing space between two concatenated prompts.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/help2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/help2man b/build-aux/help2man
index af57f41..9c7851c 100755
--- a/build-aux/help2man
+++ b/build-aux/help2man
@@ -527,7 +527,7 @@ for (@pre, (grep ! /^($filter)$/o, @include), @post)
{
my $quote = /\W/ ? '"' : '';
print ".SH $quote$_$quote\n";
-
+
for ($include{$_})
{
# Replace leading dot, apostrophe and backslash tokens.