mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Fix formatting in dwarf2/index-write.c
I noticed a spot in dwarf2/index-write.c that was mis-formatted. This fixes it.
This commit is contained in:
@@ -312,7 +312,8 @@ mapped_symtab::hash_expand ()
|
||||
|
||||
/* See mapped_symtab class declaration. */
|
||||
|
||||
void mapped_symtab::sort ()
|
||||
void
|
||||
mapped_symtab::sort ()
|
||||
{
|
||||
/* Move contents out of this->data vector. */
|
||||
std::vector<symtab_index_entry> original_data = std::move (m_data);
|
||||
|
||||
Reference in New Issue
Block a user