gdb/tui: add a missing white space character

Just adds a missing space.  There should be no user visible changes
after this commit.
This commit is contained in:
Andrew Burgess 2022-02-15 14:13:46 +00:00
parent 868d1834ce
commit 1f841a9348

View File

@ -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