summaryrefslogtreecommitdiff
path: root/gdb/cp-abi.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2022-10-24 22:05:15 -0400
committerSimon Marchi <simon.marchi@efficios.com>2022-10-25 11:04:58 -0400
commit9efe17a3a07d7d47c50a4369b9460069a6a08d72 (patch)
treec4f3f479fcdb2d2fe8ab9539ba265f49885053bc /gdb/cp-abi.h
parenta2267dbfc9e1dd955f78561c40f00afa9ddbe619 (diff)
downloadbinutils-gdb-9efe17a3a07d7d47c50a4369b9460069a6a08d72.tar.gz
gdb: remove spurious spaces after frame_info_ptr
Fix some whitespace issues introduced with the frame_info_ptr patch. Change-Id: I158d30d8108c97564276c647fc98283ff7b12163
Diffstat (limited to 'gdb/cp-abi.h')
-rw-r--r--gdb/cp-abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h
index bc85f6dc187..06d658911a8 100644
--- a/gdb/cp-abi.h
+++ b/gdb/cp-abi.h
@@ -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);
};