From 1cc6d956c14542a182c11d5a5ee91d5a00a9af4a Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 14 Aug 2007 21:20:09 +0000 Subject: 2007-08-14 Michael Snyder * 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). --- gdb/tui/tui.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gdb/tui/tui.h') diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index 97e3e94..8482ad9 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -36,7 +36,7 @@ enum tui_status TUI_FAILURE }; -/* Types of windows */ +/* Types of windows. */ enum tui_win_type { SRC_WIN = 0, @@ -80,13 +80,15 @@ enum tui_key_mode /* SingleKey mode with some keys bound to gdb commands. */ TUI_SINGLE_KEY_MODE, - /* Read/edit one command and return to SingleKey after it's processed. */ + /* Read/edit one command and return to SingleKey after it's + processed. */ TUI_ONE_COMMAND_MODE }; extern enum tui_key_mode tui_current_key_mode; -/* Change the TUI key mode by installing the appropriate readline keymap. */ +/* Change the TUI key mode by installing the appropriate readline + keymap. */ extern void tui_set_key_mode (enum tui_key_mode mode); extern int tui_active; -- cgit v1.1