]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix check-whitespace complaint
authorTom Tromey <tromey@adacore.com>
Tue, 6 Jan 2026 18:18:12 +0000 (11:18 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 6 Jan 2026 18:18:21 +0000 (11:18 -0700)
check-whitespace complaint about a trailing empty line in
gdb/dwarf2/cu.c.  This fixes it.

gdb/dwarf2/cu.c

index 1cf320267fb365b447f1a996430ff338d243c302..617e85575dfae402f7264b32c19d2839111aa611 100644 (file)
@@ -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 ());
 }
-