Minor reformatting in remote-sim.c (gdbsim_detach declaration).
authorJoel Brobecker <brobecker@adacore.com>
Mon, 11 Nov 2013 14:13:40 +0000 (18:13 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 11 Nov 2013 14:15:04 +0000 (18:15 +0400)
gdb/ChangeLog:

        * remote-sim.c (gdbsim_detach): Break declaration into
        shorter lines.  No code change.

gdb/ChangeLog
gdb/remote-sim.c

index 5a0d355..a47c14e 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-11  Joel Brobecker  <brobecker@adacore.com>
+
+       * remote-sim.c (gdbsim_detach): Break declaration into
+       shorter lines.  No code change.
+
 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
 
        * remote-sim.c (gdbsim_detach): Fix prototype.
index f7be6fa..6bf18ab 100644 (file)
@@ -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);