diff options
author | Pierre Muller <muller@sourceware.org> | 2011-03-15 15:52:09 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2011-03-15 15:52:09 +0000 |
commit | 9a1edae6874ca55a51e0246b347d4e863ee73854 (patch) | |
tree | d42d6c31f2ede05be43ce4f7cc8c4fb38e208438 /gdb/inferior.h | |
parent | 24e9cda06816c3952f81c930777710da5870b5fd (diff) | |
download | gdb-9a1edae6874ca55a51e0246b347d4e863ee73854.zip gdb-9a1edae6874ca55a51e0246b347d4e863ee73854.tar.gz gdb-9a1edae6874ca55a51e0246b347d4e863ee73854.tar.bz2 |
Fix formatting of function declarations returning a pointer in
previous commit.
* varobj.c (varobj_add_child): Ditto.
* hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
* inferior.h (get_displaced_step_closure_by_addr): Ditto.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 9f33ae8..f8adb6c 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -366,7 +366,7 @@ extern int debug_displaced; void displaced_step_dump_bytes (struct ui_file *file, const gdb_byte *buf, size_t len); -struct displaced_step_closure* get_displaced_step_closure_by_addr (CORE_ADDR addr); +struct displaced_step_closure *get_displaced_step_closure_by_addr (CORE_ADDR addr); /* Possible values for gdbarch_call_dummy_location. */ #define ON_STACK 1 |