OSDN Git Service

2005-01-13 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 04:41:36 +0000 (04:41 +0000)
committerMichael Snyder <msnyder@specifix.com>
Fri, 14 Jan 2005 04:41:36 +0000 (04:41 +0000)
* cli/cli-decode.h: Whitespace tweaks.

gdb/ChangeLog
gdb/cli/cli-decode.h

index ae8721d..92eaaa4 100644 (file)
@@ -1,5 +1,6 @@
 2005-01-13  Michael Snyder  <msnyder@redhat.com>
 
+       * cli/cli-decode.h: Whitespace tweaks.
        * wince.c: Whitespace tweaks.
        * uw-thread.c: Whitespace tweaks.
        * utils.c: Whitespace tweaks.
index 97e7106..15732af 100644 (file)
@@ -110,7 +110,7 @@ struct cmd_list_element
      */
     int flags;
 
-    /* if this command is deprecated, this is the replacement name */
+    /* If this command is deprecated, this is the replacement name.  */
     char *replacement;
 
     /* If this command represents a show command, then this function
@@ -123,8 +123,8 @@ struct cmd_list_element
     /* Hook for another command to be executed after this command.  */
     struct cmd_list_element *hook_post;
 
-    /* Flag that specifies if this command is already running it's hook. */
-    /* Prevents the possibility of hook recursion. */
+    /* Flag that specifies if this command is already running it's hook.  */
+    /* Prevents the possibility of hook recursion.  */
     int hook_in;
 
     /* Nonzero identifies a prefix command.  For them, the address