diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:48:32 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:48:32 +0000 |
commit | 1f5d0fc991c544b3a17f730b104131850a18795a (patch) | |
tree | 9430edf6287873e19d4388c8e533e99f5911edd1 /gdb/infcmd.c | |
parent | d9788fe8ba6180a33bb62cd6e5bfdd8b08469263 (diff) | |
download | gdb-1f5d0fc991c544b3a17f730b104131850a18795a.zip gdb-1f5d0fc991c544b3a17f730b104131850a18795a.tar.gz gdb-1f5d0fc991c544b3a17f730b104131850a18795a.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* infcmd.c: Whitespace tweaks.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 25a5f4f..3b5c45e 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1863,7 +1863,7 @@ attach_command (char *args, int from_tty) static void detach_command (char *args, int from_tty) { - dont_repeat (); /* Not for the faint of heart */ + dont_repeat (); /* Not for the faint of heart. */ target_detach (args, from_tty); #if defined(SOLIB_RESTART) SOLIB_RESTART (); @@ -1937,7 +1937,8 @@ No floating-point info available for this processor.\n"); static void float_info (char *args, int from_tty) { - print_float_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args); + print_float_info (current_gdbarch, gdb_stdout, + deprecated_selected_frame, args); } static void |