aboutsummaryrefslogtreecommitdiff
path: root/gold/target.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/target.cc')
-rw-r--r--gold/target.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target.cc b/gold/target.cc
index 776c50a..185b67c 100644
--- a/gold/target.cc
+++ b/gold/target.cc
@@ -36,7 +36,7 @@ namespace gold
// in _bfd_elf_is_local_label_name().
bool
-Target::do_is_local_label_name (const char* name) const
+Target::do_is_local_label_name(const char* name) const
{
// Normal local symbols start with ``.L''.
if (name[0] == '.' && name[1] == 'L')