From 4e18e2de1e848546c649ac74f8fbb8711c789243 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 Jan 2005 04:41:36 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * cli/cli-decode.h: Whitespace tweaks. --- gdb/ChangeLog | 1 + gdb/cli/cli-decode.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae8721dd7e..92eaaa45f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder + * cli/cli-decode.h: Whitespace tweaks. * wince.c: Whitespace tweaks. * uw-thread.c: Whitespace tweaks. * utils.c: Whitespace tweaks. diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 97e7106397..15732af9ef 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -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