summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/module.c2
-rw-r--r--m4/path.c2
2 files changed, 2 insertions, 2 deletions
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]);