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

@@ -247,7 +247,7 @@ struct cp_abi_ops
struct type *(*get_typeid_type) (struct gdbarch *gdbarch);
struct type *(*get_type_from_type_info) (struct value *value);
std::string (*get_typename_from_type_info) (struct value *value);
CORE_ADDR (*skip_trampoline) (frame_info_ptr , CORE_ADDR);
CORE_ADDR (*skip_trampoline) (frame_info_ptr, CORE_ADDR);
struct language_pass_by_ref_info (*pass_by_reference) (struct type *type);
};