1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 01:19:28 +02:00

(get_proc_name): Minor whitespace fixes.

(Logical change 1.199)
This commit is contained in:
mostang.com!davidm 2004-03-31 07:38:06 +00:00
parent 18222990f2
commit fe9d715071

View file

@ -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));
} }