2005-01-13 Michael Snyder <msnyder@redhat.com>

* infcmd.c: Whitespace tweaks.
This commit is contained in:
Michael Snyder 2005-01-14 00:48:32 +00:00
parent d9788fe8ba
commit 1f5d0fc991
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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