mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user