@@ -7,13 +7,13 @@ modification, are permitted provided that the following conditions are
7
7
met:
8
8
9
9
(1) Redistributions of source code must retain the above copyright
10
- notice, this list of conditions and the following disclaimer.
10
+ notice, this list of conditions and the following disclaimer.
11
11
12
12
(2) Redistributions in binary form must reproduce the above copyright
13
13
notice, this list of conditions and the following disclaimer in
14
14
the documentation and/or other materials provided with the
15
- distribution.
16
-
15
+ distribution.
16
+
17
17
(3) The name of the author may not be used to
18
18
endorse or promote products derived from this software without
19
19
specific prior written permission.
@@ -1331,7 +1331,7 @@ add_unit_ranges (struct backtrace_state *state, uintptr_t base_address,
1331
1331
1332
1332
static int
1333
1333
find_address_ranges (struct backtrace_state * state , uintptr_t base_address ,
1334
- struct dwarf_buf * unit_buf ,
1334
+ struct dwarf_buf * unit_buf ,
1335
1335
const unsigned char * dwarf_str , size_t dwarf_str_size ,
1336
1336
const unsigned char * dwarf_ranges ,
1337
1337
size_t dwarf_ranges_size ,
@@ -1690,7 +1690,7 @@ read_line_header (struct backtrace_state *state, struct unit *u,
1690
1690
1691
1691
if (!advance (line_buf , hdrlen ))
1692
1692
return 0 ;
1693
-
1693
+
1694
1694
hdr -> min_insn_len = read_byte (& hdr_buf );
1695
1695
if (hdr -> version < 4 )
1696
1696
hdr -> max_ops_per_insn = 1 ;
@@ -1699,7 +1699,7 @@ read_line_header (struct backtrace_state *state, struct unit *u,
1699
1699
1700
1700
/* We don't care about default_is_stmt. */
1701
1701
read_byte (& hdr_buf );
1702
-
1702
+
1703
1703
hdr -> line_base = read_sbyte (& hdr_buf );
1704
1704
hdr -> line_range = read_byte (& hdr_buf );
1705
1705
0 commit comments