diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-11-11 18:13:40 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-11-11 18:15:04 +0400 |
commit | 8ca5801b3a05240125a79cd5ba090c98dcc584f8 (patch) | |
tree | e602fae0a867862b232b9e965039dd1085f6a46c /gdb/remote-sim.c | |
parent | 7a06d43074c2820554ff105a2df77411ae027005 (diff) | |
download | gdb-8ca5801b3a05240125a79cd5ba090c98dcc584f8.zip gdb-8ca5801b3a05240125a79cd5ba090c98dcc584f8.tar.gz gdb-8ca5801b3a05240125a79cd5ba090c98dcc584f8.tar.bz2 |
Minor reformatting in remote-sim.c (gdbsim_detach declaration).
gdb/ChangeLog:
* remote-sim.c (gdbsim_detach): Break declaration into
shorter lines. No code change.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index f7be6fa..6bf18ab 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -78,7 +78,8 @@ static void gdbsim_open (char *args, int from_tty); static void gdbsim_close (void); -static void gdbsim_detach (struct target_ops *ops, const char *args, int from_tty); +static void gdbsim_detach (struct target_ops *ops, const char *args, + int from_tty); static void gdbsim_prepare_to_store (struct regcache *regcache); |