mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-15 20:58:13 +01: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;
|
||||
|
||||
return get_proc_name (tdep_get_as(c), tdep_get_ip(c), buf, buf_len, offp,
|
||||
tdep_get_as_arg(c));
|
||||
return get_proc_name (tdep_get_as (c), tdep_get_ip (c), buf, buf_len, offp,
|
||||
tdep_get_as_arg (c));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue