summaryrefslogtreecommitdiff
path: root/contrib/checklinkx
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2021-10-03 19:48:31 -0700
committerJim Meyering <meyering@fb.com>2021-10-03 19:51:12 -0700
commit524d99612bba84882a46dbc3192a3ff753c2a50e (patch)
treeeb2b7b90b94ec9efc9d51157da61af3a6b0ba823 /contrib/checklinkx
parent6f842a901e8e8c1234e109dfba11ac5bf69fe95c (diff)
downloadautomake-524d99612bba84882a46dbc3192a3ff753c2a50e.tar.gz
maint: remove trailing white space from a few files
* NEWS: Remove trailing white space. * NEWS-2.0: Likewise. * contrib/checklinkx: Likewise. * doc/local.mk (chlx_args): Likewise. * m4/python.m4: Likewise. * t/test-extensions-empty.sh: Likewise.
Diffstat (limited to 'contrib/checklinkx')
-rwxr-xr-xcontrib/checklinkx4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/checklinkx b/contrib/checklinkx
index 1c0a135c1..2e81bb17f 100755
--- a/contrib/checklinkx
+++ b/contrib/checklinkx
@@ -870,14 +870,14 @@ sub parse_arguments ()
# was that string all along.
$Opts{Exclude} = $exclude_rx;
}
-
+
if ($Opts{Exclude_Url_File}) {
# The idea is that if the specified file exists, we read it and
# treat it as a list of excludes. If the file doesn't exist, we
# write it with all the urls that were successful. That way, we
# can avoid re-checking them on every run, and it can be removed
# externally (from cron) to get re-updated.
- #
+ #
# We distinguish the cases here, and either add to
# $Opts{Exclude} if reading, or setting Exclude_File_Write in
# %Opts if writing (even though it is not really an option,