From b040c77f4d8238336a9624befaa2d7ffdc05711e Mon Sep 17 00:00:00 2001 From: msnyder Date: Fri, 14 Jan 2005 00:48:32 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * infcmd.c: Whitespace tweaks. --- gdb/ChangeLog | 1 + gdb/infcmd.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4e8aec7f0a..2b7f2285f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder + * 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 25a5f4f23a..3b5c45e173 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 -- 2.11.0