forked from Imagelibrary/binutils-gdb
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:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user