aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-02-15 14:13:46 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-02-16 11:53:27 +0000
commit1f841a9348f189a8ee4423eb416d6e5495b5b49d (patch)
treec2d833bdace9666243fb2a19cbf28dce99069b6c /gdb/tui
parent868d1834ce69971de46821b749e74e82f5d3c2c9 (diff)
downloadfsf-binutils-gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.zip
fsf-binutils-gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.tar.gz
fsf-binutils-gdb-1f841a9348f189a8ee4423eb416d6e5495b5b49d.tar.bz2
gdb/tui: add a missing white space character
Just adds a missing space. There should be no user visible changes after this commit.
Diffstat (limited to 'gdb/tui')
-rw-r--r--gdb/tui/tui-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c
index acd5e74..8cac1c4 100644
--- a/gdb/tui/tui-io.c
+++ b/gdb/tui/tui-io.c
@@ -1034,7 +1034,7 @@ tui_inject_newline_into_command_window ()
{
gdb_assert (tui_active);
- WINDOW *w= TUI_CMD_WIN->handle.get ();
+ WINDOW *w = TUI_CMD_WIN->handle.get ();
/* When hitting return with an empty input, gdb executes the last
command. If we emit a newline, this fills up the command window