From: Simon Marchi Date: Thu, 15 Jan 2026 19:14:02 +0000 (-0500) Subject: gdb/dwarf: fix mis-indented lines in dwarf2/read.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7e61beb2738d7bf96df330cbf15c37ea67226d;p=thirdparty%2Fbinutils-gdb.git gdb/dwarf: fix mis-indented lines in dwarf2/read.c Change-Id: I4070a60531d396237afa298bbaf6482004f3ab39 --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 5db65bf5d7a..98cc1aa5b94 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -3063,14 +3063,14 @@ cutu_reader::cutu_reader (dwarf2_per_cu &this_cu, this_cu.set_length (cu->header.get_length_with_initial ()); } - /* Record some information found in the header. This will be needed - when evaluating DWARF expressions in the context of this unit, for - instance. */ - this_cu.set_addr_size (cu->header.addr_size); - this_cu.set_offset_size (cu->header.offset_size); - this_cu.set_ref_addr_size (cu->header.version == 2 - ? cu->header.addr_size - : cu->header.offset_size); + /* Record some information found in the header. This will be needed + when evaluating DWARF expressions in the context of this unit, for + instance. */ + this_cu.set_addr_size (cu->header.addr_size); + this_cu.set_offset_size (cu->header.offset_size); + this_cu.set_ref_addr_size (cu->header.version == 2 + ? cu->header.addr_size + : cu->header.offset_size); } /* Skip dummy compilation units. */ @@ -7197,7 +7197,7 @@ cutu_reader::locate_dwo_sections (objfile *objfile, dwo_file &dwo_file) if (dw_sect != nullptr) { /* Make sure we don't overwrite a section info that has been filled in - already. */ + already. */ gdb_assert (!dw_sect->read_in); dw_sect->s.section = sec;