@@ -7,13 +7,13 @@ modification, are permitted provided that the following conditions are
77met:
88
99 (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.
1111
1212 (2) Redistributions in binary form must reproduce the above copyright
1313 notice, this list of conditions and the following disclaimer in
1414 the documentation and/or other materials provided with the
15- distribution.
16-
15+ distribution.
16+
1717 (3) The name of the author may not be used to
1818 endorse or promote products derived from this software without
1919 specific prior written permission.
@@ -1331,7 +1331,7 @@ add_unit_ranges (struct backtrace_state *state, uintptr_t base_address,
13311331
13321332static int
13331333find_address_ranges (struct backtrace_state * state , uintptr_t base_address ,
1334- struct dwarf_buf * unit_buf ,
1334+ struct dwarf_buf * unit_buf ,
13351335 const unsigned char * dwarf_str , size_t dwarf_str_size ,
13361336 const unsigned char * dwarf_ranges ,
13371337 size_t dwarf_ranges_size ,
@@ -1690,7 +1690,7 @@ read_line_header (struct backtrace_state *state, struct unit *u,
16901690
16911691 if (!advance (line_buf , hdrlen ))
16921692 return 0 ;
1693-
1693+
16941694 hdr -> min_insn_len = read_byte (& hdr_buf );
16951695 if (hdr -> version < 4 )
16961696 hdr -> max_ops_per_insn = 1 ;
@@ -1699,7 +1699,7 @@ read_line_header (struct backtrace_state *state, struct unit *u,
16991699
17001700 /* We don't care about default_is_stmt. */
17011701 read_byte (& hdr_buf );
1702-
1702+
17031703 hdr -> line_base = read_sbyte (& hdr_buf );
17041704 hdr -> line_range = read_byte (& hdr_buf );
17051705
0 commit comments