aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui.c')
-rw-r--r--gdb/tui/tui.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c
index d36ee66..91a26df 100644
--- a/gdb/tui/tui.c
+++ b/gdb/tui/tui.c
@@ -458,7 +458,8 @@ tui_disable (void)
}
void
-strcat_to_buf (char *buf, int buflen, const char *item_to_add)
+strcat_to_buf (char *buf, int buflen,
+ const char *item_to_add)
{
if (item_to_add != (char *) NULL && buf != (char *) NULL)
{
@@ -555,7 +556,8 @@ tui_is_window_visible (enum tui_win_type type)
}
int
-tui_get_command_dimension (unsigned int *width, unsigned int *height)
+tui_get_command_dimension (unsigned int *width,
+ unsigned int *height)
{
if (!tui_active || (TUI_CMD_WIN == NULL))
{