diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:46:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:46:43 -0700 |
commit | 995da1ffa716fb748cc6a664e81843e751270b45 (patch) | |
tree | 6a4b758b90d7f7c1bb03bbc0772b16c902338aa6 /ld/ldexp.c | |
parent | 43e65147c07b1400ae0dbb6694882eceb2363713 (diff) | |
download | gdb-995da1ffa716fb748cc6a664e81843e751270b45.zip gdb-995da1ffa716fb748cc6a664e81843e751270b45.tar.gz gdb-995da1ffa716fb748cc6a664e81843e751270b45.tar.bz2 |
Remove trailing spaces in ld
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r-- | ld/ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -877,7 +877,7 @@ fold_name (etree_type *tree) } /* Return true if TREE is '.'. */ - + static bfd_boolean is_dot (const etree_type *tree) { |