summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-01-03 16:11:39 -0600
committerEric Blake <eblake@redhat.com>2017-01-03 16:55:50 -0600
commit8a1c7bd2101f46513d1a9bfba0297baa58acf409 (patch)
treee4e9c52c4b698fad3f403c40aa65f8d82ca28f03
parentb29e28672d50a42f24801e4c742300012474fe07 (diff)
downloadm4-8a1c7bd2101f46513d1a9bfba0297baa58acf409.tar.gz
maint: kill trailing spaces
Pointed out during 'make syntax-check'. * NO-THANKS: Drop trailing spaces. * m4/module.c (m4_module_load): Likewise. * m4/path.c (m4_path_search): Likewise. * po/Makevars (EXTRA_LOCALE_CATEGORIES): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--NO-THANKS14
-rw-r--r--m4/module.c2
-rw-r--r--m4/path.c2
-rw-r--r--po/Makevars2
4 files changed, 10 insertions, 10 deletions
diff --git a/NO-THANKS b/NO-THANKS
index 0c58ac11..87d631e6 100644
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -4,14 +4,14 @@ The particular contributions are described in the version control logs and
ChangeLog files. If your name has been left out, if you'd rather not be
listed, or if you'd prefer a different address be used, please send a
note to the bug-report mailing list (as seen at end of e.g., m4 --help).
-##
+##
## There is no need to list here any name that appears as an Author in
## "git log" output. Those are automatically added when this template
## is used to generate the THANKS file. You will still need to add
## contributors who are not a git log Author - e.g. bug reporters.
-##
+##
## Folks already promoted to AUTHORS:
-##
+##
!Akim Demaille
!Alexandre Duret-Lutz
!Andrew James Bettison
@@ -35,20 +35,20 @@ note to the bug-report mailing list (as seen at end of e.g., m4 --help).
!Tim Rice
!William C. Cox
!Yuji Minejima
-##
+##
## Remove duplicates under alternate names, and add preferred email
## addresses from contributors that don't match git log output here:
-##
+##
!Andrew Bettison
!Eric Blake
!Francois Pinard
!Noah Misch
!Rene' Seindal
-##
+##
## Add bug reporters, patch Authors you forgot to attribute at commit
## time with 'git commit --author=...' and other non-patch contributers
## below:
-##
+##
Akiko Matsushita matusita@sra.co.jp
Alan Magnuson awm@osc.edu
Albert Chin m4-discuss@mlists.thewrittenword.com
diff --git a/m4/module.c b/m4/module.c
index 990736cc..c00b8aa1 100644
--- a/m4/module.c
+++ b/m4/module.c
@@ -226,7 +226,7 @@ m4_module *
m4_module_load (m4 *context, const char *name, m4_obstack *obs)
{
m4_module *module = m4__module_find (context, name);
-
+
if (!module)
{
module = m4__module_open (context, name, obs);
diff --git a/m4/path.c b/m4/path.c
index 37eeef9b..0c6a962d 100644
--- a/m4/path.c
+++ b/m4/path.c
@@ -275,7 +275,7 @@ m4_path_search (m4 *context, const char *filename, const char **suffixes)
filepath = path_truncate (filepath);
mem = strlen (filepath); /* recalculate length after truncation */
#endif
-
+
for (i = 0; suffixes && suffixes[i]; ++i)
{
strcpy (filepath + mem, suffixes[i]);
diff --git a/po/Makevars b/po/Makevars
index 6f3cd637..f1bf1501 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -41,4 +41,4 @@ MSGID_BUGS_ADDRESS = bug-m4@gnu.org
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
-EXTRA_LOCALE_CATEGORIES =
+EXTRA_LOCALE_CATEGORIES =