diff options
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/infcmd.c | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4e8aec7..2b7f228 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder <msnyder@redhat.com> + * infcmd.c: Whitespace tweaks. * hpux-thread.c: Whitespace tweaks. * hppa-hpux-tdep.c: Whitespace tweaks. * gdbcore.h: Whitespace tweaks. 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 |