aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2025-02-23 09:05:51 -0700
committerTom Tromey <tom@tromey.com>2025-02-23 10:10:26 -0700
commitdfd769b375380d5f17647f568cbdf3aab1b6a693 (patch)
tree01d9225e136f066f928b7e0eadc9ce17b6b277e0
parentc27019491e7081cde3fb6321159615baaa769938 (diff)
downloadbinutils-dfd769b375380d5f17647f568cbdf3aab1b6a693.zip
binutils-dfd769b375380d5f17647f568cbdf3aab1b6a693.tar.gz
binutils-dfd769b375380d5f17647f568cbdf3aab1b6a693.tar.bz2
Fix formatting in dwarf2/index-write.c
I noticed a spot in dwarf2/index-write.c that was mis-formatted. This fixes it.
-rw-r--r--gdb/dwarf2/index-write.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dwarf2/index-write.c b/gdb/dwarf2/index-write.c
index 334f9f8..cba10f9 100644
--- a/gdb/dwarf2/index-write.c
+++ b/gdb/dwarf2/index-write.c
@@ -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);