libbacktrace: remove trailing whitespace

* dwarf.c: Remove trailing whitespace.
	* macho.c: Likewise.

Fixes #124
This commit is contained in:
Ian Lance Taylor
2024-07-11 15:27:18 -07:00
parent 4ead348bb4
commit f69acdfbd6
2 changed files with 2 additions and 3 deletions

View File

@@ -2039,7 +2039,7 @@ add_ranges_from_ranges (
base = (uintptr_t) high; base = (uintptr_t) high;
else else
{ {
if (!add_range (state, rdata, if (!add_range (state, rdata,
(uintptr_t) low + base + base_address, (uintptr_t) low + base + base_address,
(uintptr_t) high + base + base_address, (uintptr_t) high + base + base_address,
error_callback, data, vec)) error_callback, data, vec))
@@ -2238,7 +2238,7 @@ add_ranges (struct backtrace_state *state,
const struct dwarf_sections *dwarf_sections, const struct dwarf_sections *dwarf_sections,
uintptr_t base_address, int is_bigendian, uintptr_t base_address, int is_bigendian,
struct unit *u, uintptr_t base, const struct pcrange *pcrange, 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, uintptr_t lowpc, uintptr_t highpc,
backtrace_error_callback error_callback, backtrace_error_callback error_callback,
void *data, void *vec), void *data, void *vec),

View File

@@ -674,7 +674,6 @@ macho_add_symtab (struct backtrace_state *state, int descriptor,
struct macho_syminfo_data *p; struct macho_syminfo_data *p;
p = backtrace_atomic_load_pointer (pp); p = backtrace_atomic_load_pointer (pp);
if (p == NULL) if (p == NULL)
break; break;