gdb: remove spurious spaces after frame_info_ptr

Fix some whitespace issues introduced with the frame_info_ptr patch.

Change-Id: I158d30d8108c97564276c647fc98283ff7b12163
This commit is contained in:
Simon Marchi
2022-10-24 22:05:15 -04:00
parent a2267dbfc9
commit 9efe17a3a0
22 changed files with 68 additions and 68 deletions

View File

@ -782,7 +782,7 @@ extern const char *language_str (enum language);
/* Check for a language-specific trampoline. */
extern CORE_ADDR skip_language_trampoline (frame_info_ptr , CORE_ADDR pc);
extern CORE_ADDR skip_language_trampoline (frame_info_ptr, CORE_ADDR pc);
/* Return demangled language symbol, or NULL. */
extern gdb::unique_xmalloc_ptr<char> language_demangle