]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/dwarf: fix mis-indented lines in dwarf2/read.c
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 15 Jan 2026 19:14:02 +0000 (14:14 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 15 Jan 2026 19:48:57 +0000 (14:48 -0500)
Change-Id: I4070a60531d396237afa298bbaf6482004f3ab39

gdb/dwarf2/read.c

index 5db65bf5d7ac01d22bd045e11dfcafa8680fe471..98cc1aa5b9411e0b2def0d1062110e72a1a185c5 100644 (file)
@@ -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;