From dfd769b375380d5f17647f568cbdf3aab1b6a693 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 23 Feb 2025 09:05:51 -0700 Subject: [PATCH] Fix formatting in dwarf2/index-write.c I noticed a spot in dwarf2/index-write.c that was mis-formatted. This fixes it. --- gdb/dwarf2/index-write.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/dwarf2/index-write.c b/gdb/dwarf2/index-write.c index 334f9f8efeb..cba10f9588f 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 original_data = std::move (m_data); -- 2.47.3