aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 45aca07..9336f5d 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1908,7 +1908,7 @@ struct compunit_symtab : intrusive_list_node<compunit_symtab>
/* Set m_blockvector. */
void set_blockvector (std::unique_ptr<struct blockvector> blockvector);
-
+
bool locations_valid () const
{
return m_locations_valid;