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

gdb/ChangeLog
gdb/infcmd.c

index 4e8aec7f0a22145f6359e8caa3bc46edaa70d8c3..2b7f2285f9e45ead8b9f3ad6fc0ad14a7524683d 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 25a5f4f23a33d9384762879656b6ed0b34e47120..3b5c45e173dc08403586ce8725931b0392e8224b 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