mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-03-19 16:59:06 +08:00
libbacktrace: remove trailing whitespace
* dwarf.c: Remove trailing whitespace. * macho.c: Likewise. Fixes #124
This commit is contained in:
4
dwarf.c
4
dwarf.c
@@ -2039,7 +2039,7 @@ add_ranges_from_ranges (
|
||||
base = (uintptr_t) high;
|
||||
else
|
||||
{
|
||||
if (!add_range (state, rdata,
|
||||
if (!add_range (state, rdata,
|
||||
(uintptr_t) low + base + base_address,
|
||||
(uintptr_t) high + base + base_address,
|
||||
error_callback, data, vec))
|
||||
@@ -2238,7 +2238,7 @@ add_ranges (struct backtrace_state *state,
|
||||
const struct dwarf_sections *dwarf_sections,
|
||||
uintptr_t base_address, int is_bigendian,
|
||||
struct unit *u, uintptr_t base, const struct pcrange *pcrange,
|
||||
int (*add_range) (struct backtrace_state *state, void *rdata,
|
||||
int (*add_range) (struct backtrace_state *state, void *rdata,
|
||||
uintptr_t lowpc, uintptr_t highpc,
|
||||
backtrace_error_callback error_callback,
|
||||
void *data, void *vec),
|
||||
|
||||
Reference in New Issue
Block a user