OSDN Git Service

2005-01-13 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 00:48:32 +0000 (00:48 +0000)
committerMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 00:48:32 +0000 (00:48 +0000)
* infcmd.c: Whitespace tweaks.

gdb/ChangeLog
gdb/infcmd.c

index 4e8aec7..2b7f228 100644 (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.
index 25a5f4f..3b5c45e 100644 (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);
 }
 \f
 static void