From 1f5d0fc991c544b3a17f730b104131850a18795a Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 Jan 2005 00:48:32 +0000 Subject: 2005-01-13 Michael Snyder * infcmd.c: Whitespace tweaks. --- gdb/infcmd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gdb/infcmd.c') 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 -- cgit v1.1