aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-command.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-08-14 21:20:09 +0000
committerMichael Snyder <msnyder@vmware.com>2007-08-14 21:20:09 +0000
commit1cc6d956c14542a182c11d5a5ee91d5a00a9af4a (patch)
tree5fd77f93eacf590243fcd88181f6df0508ca5540 /gdb/tui/tui-command.c
parent5b6fe301a1769b1a5a062d8fbf17c89556c478e8 (diff)
downloadfsf-binutils-gdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.zip
fsf-binutils-gdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.tar.gz
fsf-binutils-gdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.tar.bz2
2007-08-14 Michael Snyder <msnyder@access-company.com>
* tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c, tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c, tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Comment reformatting to coding standard (capitals, spaces after periods, etc).
Diffstat (limited to 'gdb/tui/tui-command.c')
-rw-r--r--gdb/tui/tui-command.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c
index ba5e32a..5a776fa 100644
--- a/gdb/tui/tui-command.c
+++ b/gdb/tui/tui-command.c
@@ -43,7 +43,8 @@
** PUBLIC FUNCTIONS **
******************************************/
-/* Dispatch the correct tui function based upon the control character. */
+/* Dispatch the correct tui function based upon the control
+ character. */
unsigned int
tui_dispatch_ctrl_char (unsigned int ch)
{
@@ -54,8 +55,8 @@ tui_dispatch_ctrl_char (unsigned int ch)
tui_refresh_all_win ();
/* If the command window has the logical focus, or no-one does
- assume it is the command window; in this case, pass the
- character on through and do nothing here. */
+ assume it is the command window; in this case, pass the character
+ on through and do nothing here. */
if (win_info == NULL || win_info == TUI_CMD_WIN)
return ch;
else