[pushed] Fix check-whitespace complaint

Message ID 20260106181851.2262523-1-tromey@adacore.com
State New
Headers
Series [pushed] Fix check-whitespace complaint |

Commit Message

Tom Tromey Jan. 6, 2026, 6:18 p.m. UTC
  check-whitespace complaint about a trailing empty line in
gdb/dwarf2/cu.c.  This fixes it.
---
 gdb/dwarf2/cu.c | 1 -
 1 file changed, 1 deletion(-)


base-commit: 6779faa9cea4e6abf7de8a79fb190b9c39d5e92e
  

Patch

diff --git a/gdb/dwarf2/cu.c b/gdb/dwarf2/cu.c
index 1cf320267fb..617e85575df 100644
--- a/gdb/dwarf2/cu.c
+++ b/gdb/dwarf2/cu.c
@@ -286,4 +286,3 @@  dwarf2_cu::start_subfile (const file_entry &fe)
   std::string filename_for_id = this->line_header->file_file_name (fe);
   this->get_builder ()->start_subfile (filename, filename_for_id.c_str ());
 }
-