drop incorrect and unnecessary line break
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index da16f32..af8732b 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -5757,8 +5757,7 @@
 	    {
 	      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;