]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix formatting in dwarf2/index-write.c
authorTom Tromey <tom@tromey.com>
Sun, 23 Feb 2025 16:05:51 +0000 (09:05 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 23 Feb 2025 17:10:26 +0000 (10:10 -0700)
I noticed a spot in dwarf2/index-write.c that was mis-formatted.  This
fixes it.

gdb/dwarf2/index-write.c

index 334f9f8efeba7dd45ec9a04ac8c260fa8c81f738..cba10f9588f28e51933569f77201a3502b8e5775 100644 (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);