mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-08 22:42:18 +02:00
(get_proc_name): Minor whitespace fixes.
(Logical change 1.199)
This commit is contained in:
parent
18222990f2
commit
fe9d715071
1 changed files with 2 additions and 2 deletions
|
@ -101,6 +101,6 @@ unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len,
|
||||||
{
|
{
|
||||||
struct cursor *c = (struct cursor *) cursor;
|
struct cursor *c = (struct cursor *) cursor;
|
||||||
|
|
||||||
return get_proc_name (tdep_get_as(c), tdep_get_ip(c), buf, buf_len, offp,
|
return get_proc_name (tdep_get_as (c), tdep_get_ip (c), buf, buf_len, offp,
|
||||||
tdep_get_as_arg(c));
|
tdep_get_as_arg (c));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue