aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index 3f6a097..b48228a 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -361,7 +361,7 @@ read_file_list (const char *filename)
/* Replace end of line by nul. */
if (*e != '\0')
*e++ = '\0';
-
+
if (b != e)
lang_add_input_file (b, lang_input_file_is_search_file_enum, NULL);
b = e;