]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
drop incorrect and unnecessary line break
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 22 Sep 2017 20:12:43 +0000 (17:12 -0300)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 22 Sep 2017 20:12:43 +0000 (17:12 -0300)
binutils/dwarf.c

index da16f32511ecaa411a1b0484d23ab903bb9b4f1c..af8732bb80429bcc410f3c634ffbb07b23694760 100644 (file)
@@ -5757,8 +5757,7 @@ display_debug_loc (struct dwarf_section *section, void *file)
            {
              if (last_offset >
                  debug_information [i].loc_offsets [j]
-                 || (last_offset ==
-                     debug_information [i].loc_offsets [j]
+                 || (last_offset == debug_information [i].loc_offsets [j]
                      && last_view > debug_information [i].loc_views [j]))
                {
                  locs_sorted = 0;