From 8ca5801b3a05240125a79cd5ba090c98dcc584f8 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 11 Nov 2013 18:13:40 +0400 Subject: Minor reformatting in remote-sim.c (gdbsim_detach declaration). gdb/ChangeLog: * remote-sim.c (gdbsim_detach): Break declaration into shorter lines. No code change. --- gdb/remote-sim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/remote-sim.c') 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); -- cgit v1.1