From: Tom Tromey Date: Tue, 6 Jan 2026 18:18:12 +0000 (-0700) Subject: Fix check-whitespace complaint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f2899b2b08fede7063ec2df61235d7e6e10a6e;p=thirdparty%2Fbinutils-gdb.git Fix check-whitespace complaint check-whitespace complaint about a trailing empty line in gdb/dwarf2/cu.c. This fixes it. --- 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 ()); } -