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:
Tom Tromey
2025-02-23 09:05:51 -07:00
parent c27019491e
commit dfd769b375

View File

@@ -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);